#BCDA05

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

Shades of Inch Worm #BCDA05

Tints of Inch Worm #BCDA05

Color information

#BCDA05 (or 0xBCDA05) is unknown color: approx Inch Worm. HEX triplet: BC, DA and 05. RGB value is (188,218,5). Sum of RGB (Red+Green+Blue) = 188+218+5=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 218 (85.55% from 255 or 53.04% from 411); Blue value is 5 (2.34% from 255 or 1.22% from 411); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDA05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCDA05 is #4325FA. Grayscale: #B9B9B9. Windows color (decimal): -4400635 or 383676. OLE color: 383676.

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

Color convert

RGB1882185-
CMYK0.1400.980.15
HSL68.45º95.52%43.73%-
HSV(B)68.45º97.71%85.49%-
XYZ45.8460.859.47-
YUV184.7526.56130.32-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.74%
GREEN value IS 218 (85.55% from 255) = 53.04%
BLUE value IS 5 (2.34% from 255) = 1.22%
R=45.74%
G=53.04%
B=1.22%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal18821850.1400.980.1568.4595.5243.73
HexBCDA5E062F44602c
Octal27433251601421710414054
Binary1011110011011010101111001100010111110001001100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDA05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDA05; }

 p { color: rgb(188,218,5); }

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

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

 a { background-color: rgb(188,218,5); }

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

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

 span { border-color: rgb(188,218,5); }

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