#B8E80D

Color #B8E80D Inch Worm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Inch Worm #B8E80D

Tints of Inch Worm #B8E80D

Color information

#B8E80D (or 0xB8E80D) is unknown color: approx Inch Worm. HEX triplet: B8, E8 and 0D. RGB value is (184,232,13). Sum of RGB (Red+Green+Blue) = 184+232+13=429 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.89% from 429); Green value is 232 (91.02% from 255 or 54.08% from 429); Blue value is 13 (5.47% from 255 or 3.03% from 429); Max value from RGB is 232 - color contains mainly: green. Hex color #B8E80D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B8E80D is #4717F2. Grayscale: #C1C1C1. Windows color (decimal): -4659187 or 911544. OLE color: 911544.

HSL color Cylindrical-coordinate representation of color #B8E80D: hue angle of 73.15º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B8E80D is Cyan = 0.21, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.09.

Color convert

RGB18423213-
CMYK0.2100.940.09
HSL73.15º89.39%48.04%-
HSV(B)73.15º94.4%90.98%-
XYZ48.767.9310.93-
YUV192.6826.6121.81-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.89%
GREEN value IS 232 (91.02% from 255) = 54.08%
BLUE value IS 13 (5.47% from 255) = 3.03%
R=42.89%
G=54.08%
B=3.03%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal184232130.2100.940.0973.1589.3948.04
HexB8E8D1505E9495930
Octal270350152501361111113160
Binary101110001110100011011010101011110100110010011011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8E80D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8E80D; }

 p { color: rgb(184,232,13); }

 H1.HeaderClassName
 {
   color: #B8E80D;
 }
 .AnyTagClassName
 {
   color: #B8E80D;
 }
</style>
background-color css

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

 a { background-color: rgb(184,232,13); }

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

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

 span { border-color: rgb(184,232,13); }

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