Html Css Color HEX #B0D211 Inch Worm

📋 copy color: '#B0D211'

red 176 ◦ green 210 ◦ blue 17

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

Shades of Inch Worm #B0D211

Tints of Inch Worm #B0D211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.22%

R = 43.67%
G = 52.11%
B = 4.22%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#B0D211 (or 0xB0D211) is known color: Inch Worm. HEX triplet: B0, D2 and 11. RGB value is (176,210,17). Sum of RGB (Red+Green+Blue) = 176+210+17=403 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.67% from 403); Green value is 210 (82.42% from 255 or 52.11% from 403); Blue value is 17 (7.03% from 255 or 4.22% from 403); Max value from RGB is 210 - color contains mainly: green. Hex color #B0D211 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0D211 is #4F2DEE. Grayscale: #B2B2B2. Windows color (decimal): -5189103 or 1168048. OLE color: 1168048.

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

Color convert

RGB 176 210 17 -
CMYK 0.16 0 0.92 0.18
HSL 70.57º 0.85% 0.45% -
HSV(B) 70.57º 0.92% 0.82% -
XYZ 41.05 55.36 9.05 -
YUV 177.83 37.24 126.69 -
System Red Green Blue C M Y K H S L
Decimal 176 210 17 0.16 0 0.92 0.18 70.57 0.85 0.45
Hex B0 D2 11 10 0 5C 12 47 55 2D
Octal 260 322 21 20 0 134 22 107 125 55
Binary 10110000 11010010 10001 10000 0 1011100 10010 1000111 1010101 101101

Color Harmonies of #B0D211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D211

Black with #B0D211

Text Example


Text Example

White with #B0D211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D211; }

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

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

background-color css

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

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

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

border-color css

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

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

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