Html Css Color HEX #B4D220 Rio Grande

📋 copy color: '#B4D220'

red 180 ◦ green 210 ◦ blue 32

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

Shades of Rio Grande #B4D220

Tints of Rio Grande #B4D220

RGB

 RED value IS 180 (70.7% from 255) = 42.65%

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

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

R = 42.65%
G = 49.76%
B = 7.58%

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

#B4D220 (or 0xB4D220) is known color: Rio Grande. HEX triplet: B4, D2 and 20. RGB value is (180,210,32). Sum of RGB (Red+Green+Blue) = 180+210+32=422 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.65% from 422); Green value is 210 (82.42% from 255 or 49.76% from 422); Blue value is 32 (12.89% from 255 or 7.58% from 422); Max value from RGB is 210 - color contains mainly: green. Hex color #B4D220 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4D220 is #4B2DDF. Grayscale: #B5B5B5. Windows color (decimal): -4926944 or 2151092. OLE color: 2151092.

HSL color Cylindrical-coordinate representation of color #B4D220: hue angle of 70.11º 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 #B4D220 is Cyan = 0.14, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 180 210 32 -
CMYK 0.14 0 0.85 0.18
HSL 70.11º 0.74% 0.47% -
HSV(B) 70.11º 0.85% 0.82% -
XYZ 42.13 55.9 9.94 -
YUV 180.74 44.06 127.47 -
System Red Green Blue C M Y K H S L
Decimal 180 210 32 0.14 0 0.85 0.18 70.11 0.74 0.47
Hex B4 D2 20 E 0 55 12 46 4A 2F
Octal 264 322 40 16 0 125 22 106 112 57
Binary 10110100 11010010 100000 1110 0 1010101 10010 1000110 1001010 101111

Color Harmonies of #B4D220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D220

Black with #B4D220

Text Example


Text Example

White with #B4D220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D220; }

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

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

background-color css

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

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

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

border-color css

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

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

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