Html Css Color HEX #B6EC10 Inch Worm

📋 copy color: '#B6EC10'

red 182 ◦ green 236 ◦ blue 16

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

Shades of Inch Worm #B6EC10

Tints of Inch Worm #B6EC10

RGB

 RED value IS 182 (71.48% from 255) = 41.94%

 GREEN value IS 236 (92.58% from 255) = 54.38%

 BLUE value IS 16 (6.64% from 255) = 3.69%

R = 41.94%
G = 54.38%
B = 3.69%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#B6EC10 (or 0xB6EC10) is known color: Inch Worm. HEX triplet: B6, EC and 10. RGB value is (182,236,16). Sum of RGB (Red+Green+Blue) = 182+236+16=434 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.94% from 434); Green value is 236 (92.58% from 255 or 54.38% from 434); Blue value is 16 (6.64% from 255 or 3.69% from 434); Max value from RGB is 236 - color contains mainly: green. Hex color #B6EC10 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B6EC10 is #4913EF. Grayscale: #C3C3C3. Windows color (decimal): -4789232 or 1109174. OLE color: 1109174.

HSL color Cylindrical-coordinate representation of color #B6EC10: hue angle of 74.73º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B6EC10 is Cyan = 0.23, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.07.

Color convert

RGB 182 236 16 -
CMYK 0.23 0 0.93 0.07
HSL 74.73º 0.87% 0.49% -
HSV(B) 74.73º 0.93% 0.93% -
XYZ 49.38 69.97 11.39 -
YUV 194.77 27.11 118.89 -
System Red Green Blue C M Y K H S L
Decimal 182 236 16 0.23 0 0.93 0.07 74.73 0.87 0.49
Hex B6 EC 10 17 0 5D 7 4B 57 31
Octal 266 354 20 27 0 135 7 113 127 61
Binary 10110110 11101100 10000 10111 0 1011101 111 1001011 1010111 110001

Color Harmonies of #B6EC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6EC10

Black with #B6EC10

Text Example


Text Example

White with #B6EC10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6EC10; }

 p { color: rgb(182,236,16); }

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

background-color css

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

 a { background-color: rgb(182,236,16); }

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

border-color css

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

 span { border-color: rgb(182,236,16); }

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