#BCD809

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

Shades of Inch Worm #BCD809

Tints of Inch Worm #BCD809

Color information

#BCD809 (or 0xBCD809) is unknown color: approx Inch Worm. HEX triplet: BC, D8 and 09. RGB value is (188,216,9). Sum of RGB (Red+Green+Blue) = 188+216+9=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 216 (84.77% from 255 or 52.30% from 413); Blue value is 9 (3.91% from 255 or 2.18% from 413); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD809 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD809 is #4327F6. Grayscale: #B8B8B8. Windows color (decimal): -4401143 or 645308. OLE color: 645308.

HSL color Cylindrical-coordinate representation of color #BCD809: hue angle of 68.12º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BCD809 is Cyan = 0.13, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.15.

Color convert

RGB1882169-
CMYK0.1300.960.15
HSL68.12º92%44.12%-
HSV(B)68.12º95.83%84.71%-
XYZ45.3459.829.42-
YUV184.0329.22130.83-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.52%
GREEN value IS 216 (84.77% from 255) = 52.30%
BLUE value IS 9 (3.91% from 255) = 2.18%
R=45.52%
G=52.30%
B=2.18%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal18821690.1300.960.1568.129244.12
HexBCD89D060F445c2c
Octal274330111501401710413454
Binary10111100110110001001110101100000111110001001011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD809; }

 p { color: rgb(188,216,9); }

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

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

 a { background-color: rgb(188,216,9); }

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

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

 span { border-color: rgb(188,216,9); }

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