Html Css Color HEX #B5BE28 Rio Grande

📋 copy color: '#B5BE28'

red 181 ◦ green 190 ◦ blue 40

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

Shades of Rio Grande #B5BE28

Tints of Rio Grande #B5BE28

RGB

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

 GREEN value IS 190 (74.61% from 255) = 46.23%

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

R = 44.04%
G = 46.23%
B = 9.73%

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

#B5BE28 (or 0xB5BE28) is known color: Rio Grande. HEX triplet: B5, BE and 28. RGB value is (181,190,40). Sum of RGB (Red+Green+Blue) = 181+190+40=411 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.04% from 411); Green value is 190 (74.61% from 255 or 46.23% from 411); Blue value is 40 (16.02% from 255 or 9.73% from 411); Max value from RGB is 190 - color contains mainly: green. Hex color #B5BE28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5BE28 is #4A41D7. Grayscale: #AAAAAA. Windows color (decimal): -4866520 or 2670261. OLE color: 2670261.

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

Color convert

RGB 181 190 40 -
CMYK 0.05 0 0.79 0.25
HSL 63.6º 0.65% 0.45% -
HSV(B) 63.6º 0.79% 0.75% -
XYZ 37.85 46.8 9.05 -
YUV 170.21 54.52 135.7 -
System Red Green Blue C M Y K H S L
Decimal 181 190 40 0.05 0 0.79 0.25 63.6 0.65 0.45
Hex B5 BE 28 5 0 4F 19 40 41 2D
Octal 265 276 50 5 0 117 31 100 101 55
Binary 10110101 10111110 101000 101 0 1001111 11001 1000000 1000001 101101

Color Harmonies of #B5BE28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BE28

Black with #B5BE28

Text Example


Text Example

White with #B5BE28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BE28; }

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

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

background-color css

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

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

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

border-color css

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

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

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