Html Css Color HEX #B5BF21 Rio Grande

📋 copy color: '#B5BF21'

red 181 ◦ green 191 ◦ blue 33

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

Shades of Rio Grande #B5BF21

Tints of Rio Grande #B5BF21

RGB

 RED value IS 181 (71.09% from 255) = 44.69%

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

 BLUE value IS 33 (13.28% from 255) = 8.15%

R = 44.69%
G = 47.16%
B = 8.15%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#B5BF21 (or 0xB5BF21) is known color: Rio Grande. HEX triplet: B5, BF and 21. RGB value is (181,191,33). Sum of RGB (Red+Green+Blue) = 181+191+33=405 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.69% from 405); Green value is 191 (75% from 255 or 47.16% from 405); Blue value is 33 (13.28% from 255 or 8.15% from 405); Max value from RGB is 191 - color contains mainly: green. Hex color #B5BF21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5BF21 is #4A40DE. Grayscale: #AAAAAA. Windows color (decimal): -4866271 or 2211765. OLE color: 2211765.

HSL color Cylindrical-coordinate representation of color #B5BF21: hue angle of 63.8º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B5BF21 is Cyan = 0.05, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB 181 191 33 -
CMYK 0.05 0 0.83 0.25
HSL 63.8º 0.71% 0.44% -
HSV(B) 63.8º 0.83% 0.75% -
XYZ 37.96 47.2 8.55 -
YUV 170 50.69 135.85 -
System Red Green Blue C M Y K H S L
Decimal 181 191 33 0.05 0 0.83 0.25 63.8 0.71 0.44
Hex B5 BF 21 5 0 53 19 40 47 2C
Octal 265 277 41 5 0 123 31 100 107 54
Binary 10110101 10111111 100001 101 0 1010011 11001 1000000 1000111 101100

Color Harmonies of #B5BF21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BF21

Black with #B5BF21

Text Example


Text Example

White with #B5BF21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BF21; }

 p { color: rgb(181,191,33); }

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

background-color css

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

 a { background-color: rgb(181,191,33); }

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

border-color css

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

 span { border-color: rgb(181,191,33); }

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