#BBF11C

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

Shades of Inch Worm #BBF11C

Tints of Inch Worm #BBF11C

Color information

#BBF11C (or 0xBBF11C) is unknown color: approx Inch Worm. HEX triplet: BB, F1 and 1C. RGB value is (187,241,28). Sum of RGB (Red+Green+Blue) = 187+241+28=456 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.01% from 456); Green value is 241 (94.53% from 255 or 52.85% from 456); Blue value is 28 (11.33% from 255 or 6.14% from 456); Max value from RGB is 241 - color contains mainly: green. Hex color #BBF11C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBF11C is #440EE3. Grayscale: #C9C9C9. Windows color (decimal): -4460260 or 1896891. OLE color: 1896891.

HSL color Cylindrical-coordinate representation of color #BBF11C: hue angle of 75.21º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BBF11C is Cyan = 0.22, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.

Color convert

RGB18724128-
CMYK0.2200.880.05
HSL75.21º88.38%52.75%-
HSV(B)75.21º88.38%94.51%-
XYZ52.1673.5612.55-
YUV200.5730.61118.32-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.01%
GREEN value IS 241 (94.53% from 255) = 52.85%
BLUE value IS 28 (11.33% from 255) = 6.14%
R=41.01%
G=52.85%
B=6.14%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal187241280.2200.880.0575.2188.3852.75
HexBBF11C1605854b5835
Octal27336134260130511313065
Binary101110111111000111100101100101100010110010111011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF11C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF11C; }

 p { color: rgb(187,241,28); }

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

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

 a { background-color: rgb(187,241,28); }

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

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

 span { border-color: rgb(187,241,28); }

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