Html Css Color HEX #BABF31 Rio Grande

📋 copy color: '#BABF31'

red 186 ◦ green 191 ◦ blue 49

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

Shades of Rio Grande #BABF31

Tints of Rio Grande #BABF31

RGB

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

 GREEN value IS 191 (75% from 255) = 44.84%

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

R = 43.66%
G = 44.84%
B = 11.5%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BABF31 (or 0xBABF31) is known color: Rio Grande. HEX triplet: BA, BF and 31. RGB value is (186,191,49). Sum of RGB (Red+Green+Blue) = 186+191+49=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 191 (75% from 255 or 44.84% from 426); Blue value is 49 (19.53% from 255 or 11.50% from 426); Max value from RGB is 191 - color contains mainly: green. Hex color #BABF31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BABF31 is #4540CE. Grayscale: #ADADAD. Windows color (decimal): -4538575 or 3260346. OLE color: 3260346.

HSL color Cylindrical-coordinate representation of color #BABF31: hue angle of 62.11º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BABF31 is Cyan = 0.03, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 186 191 49 -
CMYK 0.03 0 0.74 0.25
HSL 62.11º 0.59% 0.47% -
HSV(B) 62.11º 0.74% 0.75% -
XYZ 39.43 47.92 10.08 -
YUV 173.32 57.84 137.05 -
System Red Green Blue C M Y K H S L
Decimal 186 191 49 0.03 0 0.74 0.25 62.11 0.59 0.47
Hex BA BF 31 3 0 4A 19 3E 3B 2F
Octal 272 277 61 3 0 112 31 76 73 57
Binary 10111010 10111111 110001 11 0 1001010 11001 111110 111011 101111

Color Harmonies of #BABF31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABF31

Black with #BABF31

Text Example


Text Example

White with #BABF31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABF31; }

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

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

background-color css

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

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

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

border-color css

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

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

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