Html Css Color HEX #B9BF18 Rio Grande

📋 copy color: '#B9BF18'

red 185 ◦ green 191 ◦ blue 24

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

Shades of Rio Grande #B9BF18

Tints of Rio Grande #B9BF18

RGB

 RED value IS 185 (72.66% from 255) = 46.25%

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

 BLUE value IS 24 (9.77% from 255) = 6%

R = 46.25%
G = 47.75%
B = 6%

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

#B9BF18 (or 0xB9BF18) is known color: Rio Grande. HEX triplet: B9, BF and 18. RGB value is (185,191,24). Sum of RGB (Red+Green+Blue) = 185+191+24=400 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.25% from 400); Green value is 191 (75% from 255 or 47.75% from 400); Blue value is 24 (9.77% from 255 or 6% from 400); Max value from RGB is 191 - color contains mainly: green. Hex color #B9BF18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9BF18 is #4640E7. Grayscale: #AAAAAA. Windows color (decimal): -4604136 or 1621945. OLE color: 1621945.

HSL color Cylindrical-coordinate representation of color #B9BF18: hue angle of 62.16º degrees, saturation: 0.78, 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 #B9BF18 is Cyan = 0.03, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB 185 191 24 -
CMYK 0.03 0 0.87 0.25
HSL 62.16º 0.78% 0.42% -
HSV(B) 62.16º 0.87% 0.75% -
XYZ 38.8 47.64 8.01 -
YUV 170.17 45.51 138.58 -
System Red Green Blue C M Y K H S L
Decimal 185 191 24 0.03 0 0.87 0.25 62.16 0.78 0.42
Hex B9 BF 18 3 0 57 19 3E 4E 2A
Octal 271 277 30 3 0 127 31 76 116 52
Binary 10111001 10111111 11000 11 0 1010111 11001 111110 1001110 101010

Color Harmonies of #B9BF18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BF18

Black with #B9BF18

Text Example


Text Example

White with #B9BF18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BF18; }

 p { color: rgb(185,191,24); }

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

background-color css

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

 a { background-color: rgb(185,191,24); }

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

border-color css

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

 span { border-color: rgb(185,191,24); }

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