Html Css Color HEX #B0D20D Inch Worm

📋 copy color: '#B0D20D'

red 176 ◦ green 210 ◦ blue 13

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

Shades of Inch Worm #B0D20D

Tints of Inch Worm #B0D20D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.26%

R = 44.11%
G = 52.63%
B = 3.26%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#B0D20D (or 0xB0D20D) is known color: Inch Worm. HEX triplet: B0, D2 and 0D. RGB value is (176,210,13). Sum of RGB (Red+Green+Blue) = 176+210+13=399 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.11% from 399); Green value is 210 (82.42% from 255 or 52.63% from 399); Blue value is 13 (5.47% from 255 or 3.26% from 399); Max value from RGB is 210 - color contains mainly: green. Hex color #B0D20D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0D20D is #4F2DF2. Grayscale: #B2B2B2. Windows color (decimal): -5189107 or 905904. OLE color: 905904.

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

Color convert

RGB 176 210 13 -
CMYK 0.16 0 0.94 0.18
HSL 70.36º 0.88% 0.44% -
HSV(B) 70.36º 0.94% 0.82% -
XYZ 41.02 55.35 8.9 -
YUV 177.38 35.24 127.02 -
System Red Green Blue C M Y K H S L
Decimal 176 210 13 0.16 0 0.94 0.18 70.36 0.88 0.44
Hex B0 D2 D 10 0 5E 12 46 58 2C
Octal 260 322 15 20 0 136 22 106 130 54
Binary 10110000 11010010 1101 10000 0 1011110 10010 1000110 1011000 101100

Color Harmonies of #B0D20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D20D

Black with #B0D20D

Text Example


Text Example

White with #B0D20D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D20D; }

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

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

background-color css

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

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

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

border-color css

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

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

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