Html Css Color HEX #B2EB16 Inch Worm

📋 copy color: '#B2EB16'

red 178 ◦ green 235 ◦ blue 22

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

Shades of Inch Worm #B2EB16

Tints of Inch Worm #B2EB16

RGB

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

 GREEN value IS 235 (92.19% from 255) = 54.02%

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

R = 40.92%
G = 54.02%
B = 5.06%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#B2EB16 (or 0xB2EB16) is known color: Inch Worm. HEX triplet: B2, EB and 16. RGB value is (178,235,22). Sum of RGB (Red+Green+Blue) = 178+235+22=435 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.92% from 435); Green value is 235 (92.19% from 255 or 54.02% from 435); Blue value is 22 (8.98% from 255 or 5.06% from 435); Max value from RGB is 235 - color contains mainly: green. Hex color #B2EB16 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B2EB16 is #4D14E9. Grayscale: #C2C2C2. Windows color (decimal): -5051626 or 1502130. OLE color: 1502130.

HSL color Cylindrical-coordinate representation of color #B2EB16: hue angle of 76.06º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B2EB16 is Cyan = 0.24, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.

Color convert

RGB 178 235 22 -
CMYK 0.24 0 0.91 0.08
HSL 76.06º 0.84% 0.5% -
HSV(B) 76.06º 0.91% 0.92% -
XYZ 48.21 68.94 11.52 -
YUV 193.68 31.12 116.82 -
System Red Green Blue C M Y K H S L
Decimal 178 235 22 0.24 0 0.91 0.08 76.06 0.84 0.5
Hex B2 EB 16 18 0 5B 8 4C 54 32
Octal 262 353 26 30 0 133 10 114 124 62
Binary 10110010 11101011 10110 11000 0 1011011 1000 1001100 1010100 110010

Color Harmonies of #B2EB16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2EB16

Black with #B2EB16

Text Example


Text Example

White with #B2EB16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2EB16; }

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

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

background-color css

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

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

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

border-color css

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

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

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