Html Css Color HEX #BABB21 Rio Grande

📋 copy color: '#BABB21'

red 186 ◦ green 187 ◦ blue 33

#BABB21
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rio Grande #BABB21

Tints of Rio Grande #BABB21

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 value IS 0.01

 M value IS 0

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#BABB21 (or 0xBABB21) is known color: 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

RGB 186 187 33 -
CMYK 0.01 0 0.82 0.27
HSL 60.39º 0.7% 0.43% -
HSV(B) 60.39º 0.82% 0.73% -
XYZ 38.29 46.09 8.32 -
YUV 169.15 51.17 140.02 -
System Red Green Blue C M Y K H S L
Decimal 186 187 33 0.01 0 0.82 0.27 60.39 0.7 0.43
Hex BA BB 21 1 0 52 1B 3C 46 2B
Octal 272 273 41 1 0 122 33 74 106 53
Binary 10111010 10111011 100001 1 0 1010010 11011 111100 1000110 101011

Color Harmonies of #BABB21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABB21

Black with #BABB21

Text Example


Text Example

White with #BABB21

Text Example


Text Example

HTML Codes & Css Web 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>