Html Css Color HEX #B0D220 Rio Grande

📋 copy color: '#B0D220'

red 176 ◦ green 210 ◦ blue 32

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

Shades of Rio Grande #B0D220

Tints of Rio Grande #B0D220

RGB

 RED value IS 176 (69.14% from 255) = 42.11%

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

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

R = 42.11%
G = 50.24%
B = 7.66%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#B0D220 (or 0xB0D220) is known color: Rio Grande. HEX triplet: B0, D2 and 20. RGB value is (176,210,32). Sum of RGB (Red+Green+Blue) = 176+210+32=418 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.11% from 418); Green value is 210 (82.42% from 255 or 50.24% from 418); Blue value is 32 (12.89% from 255 or 7.66% from 418); Max value from RGB is 210 - color contains mainly: green. Hex color #B0D220 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0D220 is #4F2DDF. Grayscale: #B4B4B4. Windows color (decimal): -5189088 or 2151088. OLE color: 2151088.

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

Color convert

RGB 176 210 32 -
CMYK 0.16 0 0.85 0.18
HSL 71.46º 0.74% 0.47% -
HSV(B) 71.46º 0.85% 0.82% -
XYZ 41.21 55.43 9.89 -
YUV 179.54 44.74 125.47 -
System Red Green Blue C M Y K H S L
Decimal 176 210 32 0.16 0 0.85 0.18 71.46 0.74 0.47
Hex B0 D2 20 10 0 55 12 47 4A 2F
Octal 260 322 40 20 0 125 22 107 112 57
Binary 10110000 11010010 100000 10000 0 1010101 10010 1000111 1001010 101111

Color Harmonies of #B0D220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D220

Black with #B0D220

Text Example


Text Example

White with #B0D220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D220; }

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

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

background-color css

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

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

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

border-color css

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

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

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