Html Css Color HEX #B5BF32 Rio Grande

📋 copy color: '#B5BF32'

red 181 ◦ green 191 ◦ blue 50

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

Shades of Rio Grande #B5BF32

Tints of Rio Grande #B5BF32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.85%

R = 42.89%
G = 45.26%
B = 11.85%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#B5BF32 (or 0xB5BF32) is known color: Rio Grande. HEX triplet: B5, BF and 32. RGB value is (181,191,50). Sum of RGB (Red+Green+Blue) = 181+191+50=422 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.89% from 422); Green value is 191 (75% from 255 or 45.26% from 422); Blue value is 50 (19.92% from 255 or 11.85% from 422); Max value from RGB is 191 - color contains mainly: green. Hex color #B5BF32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5BF32 is #4A40CD. Grayscale: #ACACAC. Windows color (decimal): -4866254 or 3325877. OLE color: 3325877.

HSL color Cylindrical-coordinate representation of color #B5BF32: hue angle of 64.26º 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 #B5BF32 is Cyan = 0.05, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 181 191 50 -
CMYK 0.05 0 0.74 0.25
HSL 64.26º 0.59% 0.47% -
HSV(B) 64.26º 0.74% 0.75% -
XYZ 38.26 47.32 10.13 -
YUV 171.94 59.19 134.46 -
System Red Green Blue C M Y K H S L
Decimal 181 191 50 0.05 0 0.74 0.25 64.26 0.59 0.47
Hex B5 BF 32 5 0 4A 19 40 3B 2F
Octal 265 277 62 5 0 112 31 100 73 57
Binary 10110101 10111111 110010 101 0 1001010 11001 1000000 111011 101111

Color Harmonies of #B5BF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BF32

Black with #B5BF32

Text Example


Text Example

White with #B5BF32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BF32; }

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

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

background-color css

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

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

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

border-color css

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

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

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