Html Css Color HEX #B6EC1C Inch Worm

📋 copy color: '#B6EC1C'

red 182 ◦ green 236 ◦ blue 28

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

Shades of Inch Worm #B6EC1C

Tints of Inch Worm #B6EC1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.28%

R = 40.81%
G = 52.91%
B = 6.28%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#B6EC1C (or 0xB6EC1C) is known color: Inch Worm. HEX triplet: B6, EC and 1C. RGB value is (182,236,28). Sum of RGB (Red+Green+Blue) = 182+236+28=446 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.81% from 446); Green value is 236 (92.58% from 255 or 52.91% from 446); Blue value is 28 (11.33% from 255 or 6.28% from 446); Max value from RGB is 236 - color contains mainly: green. Hex color #B6EC1C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B6EC1C is #4913E3. Grayscale: #C4C4C4. Windows color (decimal): -4789220 or 1895606. OLE color: 1895606.

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

Color convert

RGB 182 236 28 -
CMYK 0.23 0 0.88 0.07
HSL 75.58º 0.85% 0.52% -
HSV(B) 75.58º 0.88% 0.93% -
XYZ 49.5 70.02 12.01 -
YUV 196.14 33.11 117.91 -
System Red Green Blue C M Y K H S L
Decimal 182 236 28 0.23 0 0.88 0.07 75.58 0.85 0.52
Hex B6 EC 1C 17 0 58 7 4C 55 34
Octal 266 354 34 27 0 130 7 114 125 64
Binary 10110110 11101100 11100 10111 0 1011000 111 1001100 1010101 110100

Color Harmonies of #B6EC1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6EC1C

Black with #B6EC1C

Text Example


Text Example

White with #B6EC1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6EC1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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