#BBE70C

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

Shades of Inch Worm #BBE70C

Tints of Inch Worm #BBE70C

Color information

#BBE70C (or 0xBBE70C) is unknown color: approx Inch Worm. HEX triplet: BB, E7 and 0C. RGB value is (187,231,12). Sum of RGB (Red+Green+Blue) = 187+231+12=430 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.49% from 430); Green value is 231 (90.62% from 255 or 53.72% from 430); Blue value is 12 (5.08% from 255 or 2.79% from 430); Max value from RGB is 231 - color contains mainly: green. Hex color #BBE70C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBE70C is #4418F3. Grayscale: #C1C1C1. Windows color (decimal): -4462836 or 845755. OLE color: 845755.

HSL color Cylindrical-coordinate representation of color #BBE70C: hue angle of 72.05º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BBE70C is Cyan = 0.19, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.09.

Color convert

RGB18723112-
CMYK0.1900.950.09
HSL72.05º90.12%47.65%-
HSV(B)72.05º94.81%90.59%-
XYZ49.1467.7410.83-
YUV192.8825.92123.81-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.49%
GREEN value IS 231 (90.62% from 255) = 53.72%
BLUE value IS 12 (5.08% from 255) = 2.79%
R=43.49%
G=53.72%
B=2.79%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal187231120.1900.950.0972.0590.1247.65
HexBBE7C1305F9485a30
Octal273347142301371111013260
Binary101110111110011111001001101011111100110010001011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE70C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE70C; }

 p { color: rgb(187,231,12); }

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

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

 a { background-color: rgb(187,231,12); }

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

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

 span { border-color: rgb(187,231,12); }

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