Html Css Color HEX #B5D220 Rio Grande

📋 copy color: '#B5D220'

red 181 ◦ green 210 ◦ blue 32

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

Shades of Rio Grande #B5D220

Tints of Rio Grande #B5D220

RGB

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

 GREEN value IS 210 (82.42% from 255) = 49.65%

 BLUE value IS 32 (12.89% from 255) = 7.57%

R = 42.79%
G = 49.65%
B = 7.57%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#B5D220 (or 0xB5D220) is known color: Rio Grande. HEX triplet: B5, D2 and 20. RGB value is (181,210,32). Sum of RGB (Red+Green+Blue) = 181+210+32=423 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.79% from 423); Green value is 210 (82.42% from 255 or 49.65% from 423); Blue value is 32 (12.89% from 255 or 7.57% from 423); Max value from RGB is 210 - color contains mainly: green. Hex color #B5D220 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5D220 is #4A2DDF. Grayscale: #B5B5B5. Windows color (decimal): -4861408 or 2151093. OLE color: 2151093.

HSL color Cylindrical-coordinate representation of color #B5D220: hue angle of 69.78º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B5D220 is Cyan = 0.14, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 181 210 32 -
CMYK 0.14 0 0.85 0.18
HSL 69.78º 0.74% 0.47% -
HSV(B) 69.78º 0.85% 0.82% -
XYZ 42.36 56.02 9.95 -
YUV 181.04 43.89 127.97 -
System Red Green Blue C M Y K H S L
Decimal 181 210 32 0.14 0 0.85 0.18 69.78 0.74 0.47
Hex B5 D2 20 E 0 55 12 46 4A 2F
Octal 265 322 40 16 0 125 22 106 112 57
Binary 10110101 11010010 100000 1110 0 1010101 10010 1000110 1001010 101111

Color Harmonies of #B5D220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5D220

Black with #B5D220

Text Example


Text Example

White with #B5D220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5D220; }

 p { color: rgb(181,210,32); }

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

background-color css

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

 a { background-color: rgb(181,210,32); }

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

border-color css

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

 span { border-color: rgb(181,210,32); }

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