#b0ee1b

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

Shades of Inch Worm #B0EE1B

Tints of Inch Worm #B0EE1B

Color information

#B0EE1B (or 0xB0EE1B) is unknown color: approx Inch Worm. HEX triplet: B0, EE and 1B. RGB value is (176,238,27). Sum of RGB (Red+Green+Blue) = 176+238+27=441 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.91% from 441); Green value is 238 (93.36% from 255 or 53.97% from 441); Blue value is 27 (10.94% from 255 or 6.12% from 441); Max value from RGB is 238 - color contains mainly: green. Hex color #B0EE1B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0EE1B is #4F11E4. Grayscale: #C4C4C4. Windows color (decimal): -5181925 or 1830576. OLE color: 1830576.

HSL color Cylindrical-coordinate representation of color #B0EE1B: hue angle of 77.63º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B0EE1B is Cyan = 0.26, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.07.

Color convert

RGB17623827-
CMYK0.2600.890.07
HSL77.63º86.12%51.96%-
HSV(B)77.63º88.66%93.33%-
XYZ48.6870.4612.07-
YUV195.4132.96114.16-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.91%
GREEN value IS 238 (93.36% from 255) = 53.97%
BLUE value IS 27 (10.94% from 255) = 6.12%
R=39.91%
G=53.97%
B=6.12%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal176238270.2600.890.0777.6386.1251.96
HexB0EE1B1A05974e5634
Octal26035633320131711612664
Binary101100001110111011011110100101100111110011101010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b0ee1b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b0ee1b; }

 p { color: rgb(176,238,27); }

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

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

 a { background-color: rgb(176,238,27); }

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

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

 span { border-color: rgb(176,238,27); }

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