#BBF614

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

Shades of Inch Worm #BBF614

Tints of Inch Worm #BBF614

Color information

#BBF614 (or 0xBBF614) is unknown color: approx Inch Worm. HEX triplet: BB, F6 and 14. RGB value is (187,246,20). Sum of RGB (Red+Green+Blue) = 187+246+20=453 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.28% from 453); Green value is 246 (96.48% from 255 or 54.30% from 453); Blue value is 20 (8.20% from 255 or 4.42% from 453); Max value from RGB is 246 - color contains mainly: green. Hex color #BBF614 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBF614 is #4409EB. Grayscale: #CBCBCB. Windows color (decimal): -4458988 or 1373883. OLE color: 1373883.

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

Color convert

RGB18724620-
CMYK0.2400.920.04
HSL75.66º92.62%52.16%-
HSV(B)75.66º91.87%96.47%-
XYZ53.5876.5312.61-
YUV202.624.95116.88-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.28%
GREEN value IS 246 (96.48% from 255) = 54.30%
BLUE value IS 20 (8.20% from 255) = 4.42%
R=41.28%
G=54.30%
B=4.42%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal187246200.2400.920.0475.6692.6252.16
HexBBF6141805C44c5d34
Octal27336624300134411413564
Binary101110111111011010100110000101110010010011001011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF614; }

 p { color: rgb(187,246,20); }

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

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

 a { background-color: rgb(187,246,20); }

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

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

 span { border-color: rgb(187,246,20); }

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