Html Css Color HEX #B2E10C Inch Worm

📋 copy color: '#B2E10C'

red 178 ◦ green 225 ◦ blue 12

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

Shades of Inch Worm #B2E10C

Tints of Inch Worm #B2E10C

RGB

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

 GREEN value IS 225 (88.28% from 255) = 54.22%

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

R = 42.89%
G = 54.22%
B = 2.89%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#B2E10C (or 0xB2E10C) is known color: Inch Worm. HEX triplet: B2, E1 and 0C. RGB value is (178,225,12). Sum of RGB (Red+Green+Blue) = 178+225+12=415 (54% of max value = 765). Red value is 178 (69.92% from 255 or 42.89% from 415); Green value is 225 (88.28% from 255 or 54.22% from 415); Blue value is 12 (5.08% from 255 or 2.89% from 415); Max value from RGB is 225 - color contains mainly: green. Hex color #B2E10C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2E10C is #4D1EF3. Grayscale: #BBBBBB. Windows color (decimal): -5054196 or 844210. OLE color: 844210.

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

Color convert

RGB 178 225 12 -
CMYK 0.21 0 0.95 0.12
HSL 73.24º 0.9% 0.46% -
HSV(B) 73.24º 0.95% 0.88% -
XYZ 45.35 63.34 10.18 -
YUV 186.67 29.43 121.82 -
System Red Green Blue C M Y K H S L
Decimal 178 225 12 0.21 0 0.95 0.12 73.24 0.9 0.46
Hex B2 E1 C 15 0 5F C 49 5A 2E
Octal 262 341 14 25 0 137 14 111 132 56
Binary 10110010 11100001 1100 10101 0 1011111 1100 1001001 1011010 101110

Color Harmonies of #B2E10C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2E10C

Black with #B2E10C

Text Example


Text Example

White with #B2E10C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2E10C; }

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

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

background-color css

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

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

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

border-color css

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

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

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