#bbed11

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

Shades of Inch Worm #BBED11

Tints of Inch Worm #BBED11

Color information

#BBED11 (or 0xBBED11) is unknown color: approx Inch Worm. HEX triplet: BB, ED and 11. RGB value is (187,237,17). Sum of RGB (Red+Green+Blue) = 187+237+17=441 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.40% from 441); Green value is 237 (92.97% from 255 or 53.74% from 441); Blue value is 17 (7.03% from 255 or 3.85% from 441); Max value from RGB is 237 - color contains mainly: green. Hex color #BBED11 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBED11 is #4412EE. Grayscale: #C5C5C5. Windows color (decimal): -4461295 or 1174971. OLE color: 1174971.

HSL color Cylindrical-coordinate representation of color #BBED11: hue angle of 73.64º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BBED11 is Cyan = 0.21, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.07.

Color convert

RGB18723717-
CMYK0.2100.930.07
HSL73.64º86.61%49.8%-
HSV(B)73.64º92.83%92.94%-
XYZ50.8871.1711.59-
YUV196.9726.44120.89-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.40%
GREEN value IS 237 (92.97% from 255) = 53.74%
BLUE value IS 17 (7.03% from 255) = 3.85%
R=42.40%
G=53.74%
B=3.85%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal187237170.2100.930.0773.6486.6149.8
HexBBED111505D74a5732
Octal27335521250135711212762
Binary101110111110110110001101010101110111110010101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bbed11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bbed11; }

 p { color: rgb(187,237,17); }

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

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

 a { background-color: rgb(187,237,17); }

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

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

 span { border-color: rgb(187,237,17); }

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