Html Css Color HEX #B5BF28 Rio Grande

📋 copy color: '#B5BF28'

red 181 ◦ green 191 ◦ blue 40

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

Shades of Rio Grande #B5BF28

Tints of Rio Grande #B5BF28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.71%

R = 43.93%
G = 46.36%
B = 9.71%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#B5BF28 (or 0xB5BF28) is known color: Rio Grande. HEX triplet: B5, BF and 28. RGB value is (181,191,40). Sum of RGB (Red+Green+Blue) = 181+191+40=412 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.93% from 412); Green value is 191 (75% from 255 or 46.36% from 412); Blue value is 40 (16.02% from 255 or 9.71% from 412); Max value from RGB is 191 - color contains mainly: green. Hex color #B5BF28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5BF28 is #4A40D7. Grayscale: #ABABAB. Windows color (decimal): -4866264 or 2670517. OLE color: 2670517.

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

Color convert

RGB 181 191 40 -
CMYK 0.05 0 0.79 0.25
HSL 63.97º 0.65% 0.45% -
HSV(B) 63.97º 0.79% 0.75% -
XYZ 38.07 47.24 9.12 -
YUV 170.8 54.19 135.28 -
System Red Green Blue C M Y K H S L
Decimal 181 191 40 0.05 0 0.79 0.25 63.97 0.65 0.45
Hex B5 BF 28 5 0 4F 19 40 41 2D
Octal 265 277 50 5 0 117 31 100 101 55
Binary 10110101 10111111 101000 101 0 1001111 11001 1000000 1000001 101101

Color Harmonies of #B5BF28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BF28

Black with #B5BF28

Text Example


Text Example

White with #B5BF28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BF28; }

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

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

background-color css

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

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

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

border-color css

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

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

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