Html Css Color HEX #B2DC16 Inch Worm

📋 copy color: '#B2DC16'

red 178 ◦ green 220 ◦ blue 22

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

Shades of Inch Worm #B2DC16

Tints of Inch Worm #B2DC16

RGB

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

 GREEN value IS 220 (86.33% from 255) = 52.38%

 BLUE value IS 22 (8.98% from 255) = 5.24%

R = 42.38%
G = 52.38%
B = 5.24%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.9

 K value IS 0.14

RGB Variations

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

Color information

#B2DC16 (or 0xB2DC16) is known color: Inch Worm. HEX triplet: B2, DC and 16. RGB value is (178,220,22). Sum of RGB (Red+Green+Blue) = 178+220+22=420 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.38% from 420); Green value is 220 (86.33% from 255 or 52.38% from 420); Blue value is 22 (8.98% from 255 or 5.24% from 420); Max value from RGB is 220 - color contains mainly: green. Hex color #B2DC16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2DC16 is #4D23E9. Grayscale: #B9B9B9. Windows color (decimal): -5055466 or 1498290. OLE color: 1498290.

HSL color Cylindrical-coordinate representation of color #B2DC16: hue angle of 72.73º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B2DC16 is Cyan = 0.19, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 220 22 -
CMYK 0.19 0 0.9 0.14
HSL 72.73º 0.82% 0.47% -
HSV(B) 72.73º 0.9% 0.86% -
XYZ 44.1 60.71 10.15 -
YUV 184.87 36.09 123.1 -
System Red Green Blue C M Y K H S L
Decimal 178 220 22 0.19 0 0.9 0.14 72.73 0.82 0.47
Hex B2 DC 16 13 0 5A E 49 52 2F
Octal 262 334 26 23 0 132 16 111 122 57
Binary 10110010 11011100 10110 10011 0 1011010 1110 1001001 1010010 101111

Color Harmonies of #B2DC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DC16

Black with #B2DC16

Text Example


Text Example

White with #B2DC16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DC16; }

 p { color: rgb(178,220,22); }

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

background-color css

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

 a { background-color: rgb(178,220,22); }

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

border-color css

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

 span { border-color: rgb(178,220,22); }

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