Html Css Color HEX #BABB31 Rio Grande

📋 copy color: '#BABB31'

red 186 ◦ green 187 ◦ blue 49

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

Shades of Rio Grande #BABB31

Tints of Rio Grande #BABB31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 11.61%

R = 44.08%
G = 44.31%
B = 11.61%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BABB31 (or 0xBABB31) is known color: Rio Grande. HEX triplet: BA, BB and 31. RGB value is (186,187,49). Sum of RGB (Red+Green+Blue) = 186+187+49=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 187 (73.44% from 255 or 44.31% from 422); Blue value is 49 (19.53% from 255 or 11.61% from 422); Max value from RGB is 187 - color contains mainly: green. Hex color #BABB31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BABB31 is #4544CE. Grayscale: #ABABAB. Windows color (decimal): -4539599 or 3259322. OLE color: 3259322.

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

Color convert

RGB 186 187 49 -
CMYK 0.01 0 0.74 0.27
HSL 60.43º 0.58% 0.46% -
HSV(B) 60.43º 0.74% 0.73% -
XYZ 38.57 46.2 9.79 -
YUV 170.97 59.17 138.72 -
System Red Green Blue C M Y K H S L
Decimal 186 187 49 0.01 0 0.74 0.27 60.43 0.58 0.46
Hex BA BB 31 1 0 4A 1B 3C 3A 2E
Octal 272 273 61 1 0 112 33 74 72 56
Binary 10111010 10111011 110001 1 0 1001010 11011 111100 111010 101110

Color Harmonies of #BABB31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABB31

Black with #BABB31

Text Example


Text Example

White with #BABB31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABB31; }

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

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

background-color css

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

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

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

border-color css

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

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

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