Html Css Color HEX #B6E814 Inch Worm

📋 copy color: '#B6E814'

red 182 ◦ green 232 ◦ blue 20

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

Shades of Inch Worm #B6E814

Tints of Inch Worm #B6E814

RGB

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

 GREEN value IS 232 (91.02% from 255) = 53.46%

 BLUE value IS 20 (8.2% from 255) = 4.61%

R = 41.94%
G = 53.46%
B = 4.61%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#B6E814 (or 0xB6E814) is known color: Inch Worm. HEX triplet: B6, E8 and 14. RGB value is (182,232,20). Sum of RGB (Red+Green+Blue) = 182+232+20=434 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.94% from 434); Green value is 232 (91.02% from 255 or 53.46% from 434); Blue value is 20 (8.20% from 255 or 4.61% from 434); Max value from RGB is 232 - color contains mainly: green. Hex color #B6E814 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B6E814 is #4917EB. Grayscale: #C1C1C1. Windows color (decimal): -4790252 or 1370294. OLE color: 1370294.

HSL color Cylindrical-coordinate representation of color #B6E814: hue angle of 74.15º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B6E814 is Cyan = 0.22, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.

Color convert

RGB 182 232 20 -
CMYK 0.22 0 0.91 0.09
HSL 74.15º 0.84% 0.49% -
HSV(B) 74.15º 0.91% 0.91% -
XYZ 48.27 67.71 11.19 -
YUV 192.88 30.44 120.24 -
System Red Green Blue C M Y K H S L
Decimal 182 232 20 0.22 0 0.91 0.09 74.15 0.84 0.49
Hex B6 E8 14 16 0 5B 9 4A 54 31
Octal 266 350 24 26 0 133 11 112 124 61
Binary 10110110 11101000 10100 10110 0 1011011 1001 1001010 1010100 110001

Color Harmonies of #B6E814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6E814

Black with #B6E814

Text Example


Text Example

White with #B6E814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6E814; }

 p { color: rgb(182,232,20); }

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

background-color css

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

 a { background-color: rgb(182,232,20); }

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

border-color css

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

 span { border-color: rgb(182,232,20); }

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