#B8E60A

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

Shades of Inch Worm #B8E60A

Tints of Inch Worm #B8E60A

Color information

#B8E60A (or 0xB8E60A) is unknown color: approx Inch Worm. HEX triplet: B8, E6 and 0A. RGB value is (184,230,10). Sum of RGB (Red+Green+Blue) = 184+230+10=424 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.40% from 424); Green value is 230 (90.23% from 255 or 54.25% from 424); Blue value is 10 (4.30% from 255 or 2.36% from 424); Max value from RGB is 230 - color contains mainly: green. Hex color #B8E60A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B8E60A is #4719F5. Grayscale: #BFBFBF. Windows color (decimal): -4659702 or 714424. OLE color: 714424.

HSL color Cylindrical-coordinate representation of color #B8E60A: hue angle of 72.55º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B8E60A is Cyan = 0.2, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.10.

Color convert

RGB18423010-
CMYK0.200.960.10
HSL72.55º91.67%47.06%-
HSV(B)72.55º95.65%90.2%-
XYZ48.1266.8110.65-
YUV191.1725.76122.89-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.40%
GREEN value IS 230 (90.23% from 255) = 54.25%
BLUE value IS 10 (4.30% from 255) = 2.36%
R=43.40%
G=54.25%
B=2.36%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal184230100.200.960.1072.5591.6747.06
HexB8E6A14060A495c2f
Octal270346122401401211113457
Binary101110001110011010101010001100000101010010011011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8E60A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8E60A; }

 p { color: rgb(184,230,10); }

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

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

 a { background-color: rgb(184,230,10); }

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

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

 span { border-color: rgb(184,230,10); }

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