Html Css Color HEX #B2D20D Inch Worm

📋 copy color: '#B2D20D'

red 178 ◦ green 210 ◦ blue 13

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

Shades of Inch Worm #B2D20D

Tints of Inch Worm #B2D20D

RGB

 RED value IS 178 (69.92% from 255) = 44.39%

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

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

R = 44.39%
G = 52.37%
B = 3.24%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#B2D20D (or 0xB2D20D) is known color: Inch Worm. HEX triplet: B2, D2 and 0D. RGB value is (178,210,13). Sum of RGB (Red+Green+Blue) = 178+210+13=401 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.39% from 401); Green value is 210 (82.42% from 255 or 52.37% from 401); Blue value is 13 (5.47% from 255 or 3.24% from 401); Max value from RGB is 210 - color contains mainly: green. Hex color #B2D20D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2D20D is #4D2DF2. Grayscale: #B2B2B2. Windows color (decimal): -5058035 or 905906. OLE color: 905906.

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

Color convert

RGB 178 210 13 -
CMYK 0.15 0 0.94 0.18
HSL 69.75º 0.88% 0.44% -
HSV(B) 69.75º 0.94% 0.82% -
XYZ 41.48 55.59 8.92 -
YUV 177.97 34.9 128.02 -
System Red Green Blue C M Y K H S L
Decimal 178 210 13 0.15 0 0.94 0.18 69.75 0.88 0.44
Hex B2 D2 D F 0 5E 12 46 58 2C
Octal 262 322 15 17 0 136 22 106 130 54
Binary 10110010 11010010 1101 1111 0 1011110 10010 1000110 1011000 101100

Color Harmonies of #B2D20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D20D

Black with #B2D20D

Text Example


Text Example

White with #B2D20D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D20D; }

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

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

background-color css

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

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

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

border-color css

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

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

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