Html Css Color HEX #BABB28 Rio Grande

📋 copy color: '#BABB28'

red 186 ◦ green 187 ◦ blue 40

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

Shades of Rio Grande #BABB28

Tints of Rio Grande #BABB28

RGB

 RED value IS 186 (73.05% from 255) = 45.04%

 GREEN value IS 187 (73.44% from 255) = 45.28%

 BLUE value IS 40 (16.02% from 255) = 9.69%

R = 45.04%
G = 45.28%
B = 9.69%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BABB28 (or 0xBABB28) is known color: Rio Grande. HEX triplet: BA, BB and 28. RGB value is (186,187,40). Sum of RGB (Red+Green+Blue) = 186+187+40=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 187 (73.44% from 255 or 45.28% from 413); Blue value is 40 (16.02% from 255 or 9.69% from 413); Max value from RGB is 187 - color contains mainly: green. Hex color #BABB28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BABB28 is #4544D7. Grayscale: #AAAAAA. Windows color (decimal): -4539608 or 2669498. OLE color: 2669498.

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

Color convert

RGB 186 187 40 -
CMYK 0.01 0 0.79 0.27
HSL 60.41º 0.65% 0.45% -
HSV(B) 60.41º 0.79% 0.73% -
XYZ 38.4 46.13 8.89 -
YUV 169.94 54.67 139.45 -
System Red Green Blue C M Y K H S L
Decimal 186 187 40 0.01 0 0.79 0.27 60.41 0.65 0.45
Hex BA BB 28 1 0 4F 1B 3C 41 2D
Octal 272 273 50 1 0 117 33 74 101 55
Binary 10111010 10111011 101000 1 0 1001111 11011 111100 1000001 101101

Color Harmonies of #BABB28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABB28

Black with #BABB28

Text Example


Text Example

White with #BABB28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABB28; }

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

 H1.HeaderClassName
 {
   color: #BABB28;
 }
 .AnyTagClassName
 {
   color: #BABB28;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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