Html Css Color HEX #B2E20C Inch Worm

📋 copy color: '#B2E20C'

red 178 ◦ green 226 ◦ blue 12

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

Shades of Inch Worm #B2E20C

Tints of Inch Worm #B2E20C

RGB

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

 GREEN value IS 226 (88.67% from 255) = 54.33%

 BLUE value IS 12 (5.08% from 255) = 2.88%

R = 42.79%
G = 54.33%
B = 2.88%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#B2E20C (or 0xB2E20C) is known color: Inch Worm. HEX triplet: B2, E2 and 0C. RGB value is (178,226,12). Sum of RGB (Red+Green+Blue) = 178+226+12=416 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.79% from 416); Green value is 226 (88.67% from 255 or 54.33% from 416); Blue value is 12 (5.08% from 255 or 2.88% from 416); Max value from RGB is 226 - color contains mainly: green. Hex color #B2E20C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2E20C is #4D1DF3. Grayscale: #BCBCBC. Windows color (decimal): -5053940 or 844466. OLE color: 844466.

HSL color Cylindrical-coordinate representation of color #B2E20C: hue angle of 73.46º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B2E20C is Cyan = 0.21, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.11.

Color convert

RGB 178 226 12 -
CMYK 0.21 0 0.95 0.11
HSL 73.46º 0.9% 0.47% -
HSV(B) 73.46º 0.95% 0.89% -
XYZ 45.62 63.88 10.27 -
YUV 187.25 29.1 121.4 -
System Red Green Blue C M Y K H S L
Decimal 178 226 12 0.21 0 0.95 0.11 73.46 0.9 0.47
Hex B2 E2 C 15 0 5F B 49 5A 2F
Octal 262 342 14 25 0 137 13 111 132 57
Binary 10110010 11100010 1100 10101 0 1011111 1011 1001001 1011010 101111

Color Harmonies of #B2E20C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2E20C

Black with #B2E20C

Text Example


Text Example

White with #B2E20C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2E20C; }

 p { color: rgb(178,226,12); }

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

background-color css

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

 a { background-color: rgb(178,226,12); }

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

border-color css

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

 span { border-color: rgb(178,226,12); }

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