#B0EB09

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

Shades of Inch Worm #B0EB09

Tints of Inch Worm #B0EB09

Color information

#B0EB09 (or 0xB0EB09) is unknown color: approx Inch Worm. HEX triplet: B0, EB and 09. RGB value is (176,235,9). Sum of RGB (Red+Green+Blue) = 176+235+9=420 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.90% from 420); Green value is 235 (92.19% from 255 or 55.95% from 420); Blue value is 9 (3.91% from 255 or 2.14% from 420); Max value from RGB is 235 - color contains mainly: green. Hex color #B0EB09 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B0EB09 is #4F14F6. Grayscale: #C0C0C0. Windows color (decimal): -5182711 or 650160. OLE color: 650160.

HSL color Cylindrical-coordinate representation of color #B0EB09: hue angle of 75.66º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B0EB09 is Cyan = 0.25, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.08.

Color convert

RGB1762359-
CMYK0.2500.960.08
HSL75.66º92.62%47.84%-
HSV(B)75.66º96.17%92.16%-
XYZ47.6668.6711-
YUV191.624.95116.88-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.90%
GREEN value IS 235 (92.19% from 255) = 55.95%
BLUE value IS 9 (3.91% from 255) = 2.14%
R=41.90%
G=55.95%
B=2.14%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal17623590.2500.960.0875.6692.6247.84
HexB0EB91906084c5d30
Octal260353113101401011413560
Binary101100001110101110011100101100000100010011001011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0EB09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0EB09; }

 p { color: rgb(176,235,9); }

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

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

 a { background-color: rgb(176,235,9); }

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

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

 span { border-color: rgb(176,235,9); }

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