#babb21

Color #BABB21 Rio Grande (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rio Grande #BABB21

Tints of Rio Grande #BABB21

Color information

#BABB21 (or 0xBABB21) is unknown color: approx Rio Grande. HEX triplet: BA, BB and 21. RGB value is (186,187,33). Sum of RGB (Red+Green+Blue) = 186+187+33=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 187 (73.44% from 255 or 46.06% from 406); Blue value is 33 (13.28% from 255 or 8.13% from 406); Max value from RGB is 187 - color contains mainly: green. Hex color #BABB21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BABB21 is #4544DE. Grayscale: #A9A9A9. Windows color (decimal): -4539615 or 2210746. OLE color: 2210746.

HSL color Cylindrical-coordinate representation of color #BABB21: hue angle of 60.39º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BABB21 is Cyan = 0.01, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.27.

Color convert

RGB18618733-
CMYK0.0100.820.27
HSL60.39º70%43.14%-
HSV(B)60.39º82.35%73.33%-
XYZ38.2946.098.32-
YUV169.1451.17140.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 186 (73.05% from 255) = 45.81%
GREEN value IS 187 (73.44% from 255) = 46.06%
BLUE value IS 33 (13.28% from 255) = 8.13%
R=45.81%
G=46.06%
B=8.13%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186187330.0100.820.2760.397043.14
HexBABB2110521B3c462b
Octal2722734110122337410653
Binary1011101010111011100001101010010110111111001000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #babb21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #babb21; }

 p { color: rgb(186,187,33); }

 H1.HeaderClassName
 {
   color: #babb21;
 }
 .AnyTagClassName
 {
   color: #babb21;
 }
</style>
background-color css

<style>
 a { background-color: #babb21; }

 a { background-color: rgb(186,187,33); }

 div.DivClassName
 {
   background-color: #babb21;
 }
 .BgClassName
 {
   background-color: #babb21;
 }
</style>
border-color css

<style>
 span { border-color: #babb21; }

 span { border-color: rgb(186,187,33); }

 td.TdClassName
 {
   border-color: #babb21;
 }
 .TagClassName
 {
   border-color: #babb21;
 }
</style>