#BBE320

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

Shades of Inch Worm #BBE320

Tints of Inch Worm #BBE320

Color information

#BBE320 (or 0xBBE320) is unknown color: approx Inch Worm. HEX triplet: BB, E3 and 20. RGB value is (187,227,32). Sum of RGB (Red+Green+Blue) = 187+227+32=446 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.93% from 446); Green value is 227 (89.06% from 255 or 50.90% from 446); Blue value is 32 (12.89% from 255 or 7.17% from 446); Max value from RGB is 227 - color contains mainly: green. Hex color #BBE320 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBE320 is #441CDF. Grayscale: #C1C1C1. Windows color (decimal): -4463840 or 2155451. OLE color: 2155451.

HSL color Cylindrical-coordinate representation of color #BBE320: hue angle of 72.31º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BBE320 is Cyan = 0.18, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB18722732-
CMYK0.1800.860.11
HSL72.31º77.69%50.78%-
HSV(B)72.31º85.9%89.02%-
XYZ48.2265.6111.49-
YUV192.8137.25123.86-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.93%
GREEN value IS 227 (89.06% from 255) = 50.90%
BLUE value IS 32 (12.89% from 255) = 7.17%
R=41.93%
G=50.90%
B=7.17%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal187227320.1800.860.1172.3177.6950.78
HexBBE32012056B484e33
Octal273343402201261311011663
Binary10111011111000111000001001001010110101110010001001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE320; }

 p { color: rgb(187,227,32); }

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

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

 a { background-color: rgb(187,227,32); }

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

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

 span { border-color: rgb(187,227,32); }

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