Html Css Color HEX #B6E30C Inch Worm

📋 copy color: '#B6E30C'

red 182 ◦ green 227 ◦ blue 12

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

Shades of Inch Worm #B6E30C

Tints of Inch Worm #B6E30C

RGB

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

 GREEN value IS 227 (89.06% from 255) = 53.92%

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

R = 43.23%
G = 53.92%
B = 2.85%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#B6E30C (or 0xB6E30C) is known color: Inch Worm. HEX triplet: B6, E3 and 0C. RGB value is (182,227,12). Sum of RGB (Red+Green+Blue) = 182+227+12=421 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.23% from 421); Green value is 227 (89.06% from 255 or 53.92% from 421); Blue value is 12 (5.08% from 255 or 2.85% from 421); Max value from RGB is 227 - color contains mainly: green. Hex color #B6E30C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6E30C is #491CF3. Grayscale: #BDBDBD. Windows color (decimal): -4791540 or 844726. OLE color: 844726.

HSL color Cylindrical-coordinate representation of color #B6E30C: hue angle of 72.56º 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 #B6E30C is Cyan = 0.20, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.11.

Color convert

RGB 182 227 12 -
CMYK 0.20 0 0.95 0.11
HSL 72.56º 0.9% 0.47% -
HSV(B) 72.56º 0.95% 0.89% -
XYZ 46.83 64.91 10.41 -
YUV 189.04 28.09 122.98 -
System Red Green Blue C M Y K H S L
Decimal 182 227 12 0.20 0 0.95 0.11 72.56 0.9 0.47
Hex B6 E3 C 14 0 5F B 49 5A 2F
Octal 266 343 14 24 0 137 13 111 132 57
Binary 10110110 11100011 1100 10100 0 1011111 1011 1001001 1011010 101111

Color Harmonies of #B6E30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6E30C

Black with #B6E30C

Text Example


Text Example

White with #B6E30C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6E30C; }

 p { color: rgb(182,227,12); }

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

background-color css

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

 a { background-color: rgb(182,227,12); }

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

border-color css

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

 span { border-color: rgb(182,227,12); }

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