Html Css Color HEX #B2DD06 Inch Worm

📋 copy color: '#B2DD06'

red 178 ◦ green 221 ◦ blue 6

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

Shades of Inch Worm #B2DD06

Tints of Inch Worm #B2DD06

RGB

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

 GREEN value IS 221 (86.72% from 255) = 54.57%

 BLUE value IS 6 (2.73% from 255) = 1.48%

R = 43.95%
G = 54.57%
B = 1.48%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#B2DD06 (or 0xB2DD06) is known color: Inch Worm. HEX triplet: B2, DD and 06. RGB value is (178,221,6). Sum of RGB (Red+Green+Blue) = 178+221+6=405 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.95% from 405); Green value is 221 (86.72% from 255 or 54.57% from 405); Blue value is 6 (2.73% from 255 or 1.48% from 405); Max value from RGB is 221 - color contains mainly: green. Hex color #B2DD06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2DD06 is #4D22F9. Grayscale: #B8B8B8. Windows color (decimal): -5055226 or 449970. OLE color: 449970.

HSL color Cylindrical-coordinate representation of color #B2DD06: hue angle of 72º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B2DD06 is Cyan = 0.19, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 221 6 -
CMYK 0.19 0 0.97 0.13
HSL 72º 0.95% 0.45% -
HSV(B) 72º 0.97% 0.87% -
XYZ 44.25 61.19 9.65 -
YUV 183.63 27.75 123.98 -
System Red Green Blue C M Y K H S L
Decimal 178 221 6 0.19 0 0.97 0.13 72 0.95 0.45
Hex B2 DD 6 13 0 61 D 48 5F 2D
Octal 262 335 6 23 0 141 15 110 137 55
Binary 10110010 11011101 110 10011 0 1100001 1101 1001000 1011111 101101

Color Harmonies of #B2DD06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DD06

Black with #B2DD06

Text Example


Text Example

White with #B2DD06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DD06; }

 p { color: rgb(178,221,6); }

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

background-color css

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

 a { background-color: rgb(178,221,6); }

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

border-color css

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

 span { border-color: rgb(178,221,6); }

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