Html Css Color HEX #B5D420 Rio Grande

📋 copy color: '#B5D420'

red 181 ◦ green 212 ◦ blue 32

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

Shades of Rio Grande #B5D420

Tints of Rio Grande #B5D420

RGB

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

 GREEN value IS 212 (83.2% from 255) = 49.88%

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

R = 42.59%
G = 49.88%
B = 7.53%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.85

 K value IS 0.17

RGB Variations

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

Color information

#B5D420 (or 0xB5D420) is known color: Rio Grande. HEX triplet: B5, D4 and 20. RGB value is (181,212,32). Sum of RGB (Red+Green+Blue) = 181+212+32=425 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.59% from 425); Green value is 212 (83.20% from 255 or 49.88% from 425); Blue value is 32 (12.89% from 255 or 7.53% from 425); Max value from RGB is 212 - color contains mainly: green. Hex color #B5D420 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5D420 is #4A2BDF. Grayscale: #B6B6B6. Windows color (decimal): -4860896 or 2151605. OLE color: 2151605.

HSL color Cylindrical-coordinate representation of color #B5D420: hue angle of 70.33º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B5D420 is Cyan = 0.15, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.17.

Color convert

RGB 181 212 32 -
CMYK 0.15 0 0.85 0.17
HSL 70.33º 0.74% 0.48% -
HSV(B) 70.33º 0.85% 0.83% -
XYZ 42.86 57.02 10.11 -
YUV 182.21 43.23 127.14 -
System Red Green Blue C M Y K H S L
Decimal 181 212 32 0.15 0 0.85 0.17 70.33 0.74 0.48
Hex B5 D4 20 F 0 55 11 46 4A 30
Octal 265 324 40 17 0 125 21 106 112 60
Binary 10110101 11010100 100000 1111 0 1010101 10001 1000110 1001010 110000

Color Harmonies of #B5D420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5D420

Black with #B5D420

Text Example


Text Example

White with #B5D420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5D420; }

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

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

background-color css

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

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

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

border-color css

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

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

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