#BCF30A

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

Shades of Inch Worm #BCF30A

Tints of Inch Worm #BCF30A

Color information

#BCF30A (or 0xBCF30A) is unknown color: approx Inch Worm. HEX triplet: BC, F3 and 0A. RGB value is (188,243,10). Sum of RGB (Red+Green+Blue) = 188+243+10=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 243 (95.31% from 255 or 55.10% from 441); Blue value is 10 (4.30% from 255 or 2.27% from 441); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF30A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCF30A is #430CF5. Grayscale: #C8C8C8. Windows color (decimal): -4394230 or 717756. OLE color: 717756.

HSL color Cylindrical-coordinate representation of color #BCF30A: hue angle of 74.16º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BCF30A is Cyan = 0.23, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.

Color convert

RGB18824310-
CMYK0.2300.960.05
HSL74.16º92.09%49.61%-
HSV(B)74.16º95.88%95.29%-
XYZ52.8474.8111.94-
YUV199.9920.78119.45-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.63%
GREEN value IS 243 (95.31% from 255) = 55.10%
BLUE value IS 10 (4.30% from 255) = 2.27%
R=42.63%
G=55.10%
B=2.27%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal188243100.2300.960.0574.1692.0949.61
HexBCF3A1706054a5c32
Octal27436312270140511213462
Binary10111100111100111010101110110000010110010101011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF30A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF30A; }

 p { color: rgb(188,243,10); }

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

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

 a { background-color: rgb(188,243,10); }

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

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

 span { border-color: rgb(188,243,10); }

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