Html Css Color HEX #B9BF24 Rio Grande

📋 copy color: '#B9BF24'

red 185 ◦ green 191 ◦ blue 36

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

Shades of Rio Grande #B9BF24

Tints of Rio Grande #B9BF24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 8.74%

R = 44.9%
G = 46.36%
B = 8.74%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#B9BF24 (or 0xB9BF24) is known color: Rio Grande. HEX triplet: B9, BF and 24. RGB value is (185,191,36). Sum of RGB (Red+Green+Blue) = 185+191+36=412 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.90% from 412); Green value is 191 (75% from 255 or 46.36% from 412); Blue value is 36 (14.45% from 255 or 8.74% from 412); Max value from RGB is 191 - color contains mainly: green. Hex color #B9BF24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9BF24 is #4640DB. Grayscale: #ACACAC. Windows color (decimal): -4604124 or 2408377. OLE color: 2408377.

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

Color convert

RGB 185 191 36 -
CMYK 0.03 0 0.81 0.25
HSL 62.32º 0.68% 0.45% -
HSV(B) 62.32º 0.81% 0.75% -
XYZ 38.96 47.7 8.82 -
YUV 171.54 51.51 137.6 -
System Red Green Blue C M Y K H S L
Decimal 185 191 36 0.03 0 0.81 0.25 62.32 0.68 0.45
Hex B9 BF 24 3 0 51 19 3E 44 2D
Octal 271 277 44 3 0 121 31 76 104 55
Binary 10111001 10111111 100100 11 0 1010001 11001 111110 1000100 101101

Color Harmonies of #B9BF24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BF24

Black with #B9BF24

Text Example


Text Example

White with #B9BF24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BF24; }

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

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

background-color css

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

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

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

border-color css

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

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

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