Html Css Color HEX #BABF19 Rio Grande

📋 copy color: '#BABF19'

red 186 ◦ green 191 ◦ blue 25

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

Shades of Rio Grande #BABF19

Tints of Rio Grande #BABF19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.22%

R = 46.27%
G = 47.51%
B = 6.22%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#BABF19 (or 0xBABF19) is known color: Rio Grande. HEX triplet: BA, BF and 19. RGB value is (186,191,25). Sum of RGB (Red+Green+Blue) = 186+191+25=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 191 (75% from 255 or 47.51% from 402); Blue value is 25 (10.16% from 255 or 6.22% from 402); Max value from RGB is 191 - color contains mainly: green. Hex color #BABF19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BABF19 is #4540E6. Grayscale: #ABABAB. Windows color (decimal): -4538599 or 1687482. OLE color: 1687482.

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

Color convert

RGB 186 191 25 -
CMYK 0.03 0 0.87 0.25
HSL 61.81º 0.77% 0.42% -
HSV(B) 61.81º 0.87% 0.75% -
XYZ 39.06 47.77 8.08 -
YUV 170.58 45.84 139 -
System Red Green Blue C M Y K H S L
Decimal 186 191 25 0.03 0 0.87 0.25 61.81 0.77 0.42
Hex BA BF 19 3 0 57 19 3E 4D 2A
Octal 272 277 31 3 0 127 31 76 115 52
Binary 10111010 10111111 11001 11 0 1010111 11001 111110 1001101 101010

Color Harmonies of #BABF19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABF19

Black with #BABF19

Text Example


Text Example

White with #BABF19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABF19; }

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

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

background-color css

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

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

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

border-color css

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

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

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