#bce80f

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

Shades of Inch Worm #BCE80F

Tints of Inch Worm #BCE80F

Color information

#BCE80F (or 0xBCE80F) is unknown color: approx Inch Worm. HEX triplet: BC, E8 and 0F. RGB value is (188,232,15). Sum of RGB (Red+Green+Blue) = 188+232+15=435 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.22% from 435); Green value is 232 (91.02% from 255 or 53.33% from 435); Blue value is 15 (6.25% from 255 or 3.45% from 435); Max value from RGB is 232 - color contains mainly: green. Hex color #BCE80F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCE80F is #4317F0. Grayscale: #C2C2C2. Windows color (decimal): -4397041 or 1042620. OLE color: 1042620.

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

Color convert

RGB18823215-
CMYK0.1900.940.09
HSL72.17º87.85%48.43%-
HSV(B)72.17º93.53%90.98%-
XYZ49.6868.4411.04-
YUV194.1126.92123.64-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.22%
GREEN value IS 232 (91.02% from 255) = 53.33%
BLUE value IS 15 (6.25% from 255) = 3.45%
R=43.22%
G=53.33%
B=3.45%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal188232150.1900.940.0972.1787.8548.43
HexBCE8F1305E9485830
Octal274350172301361111013060
Binary101111001110100011111001101011110100110010001011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bce80f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bce80f; }

 p { color: rgb(188,232,15); }

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

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

 a { background-color: rgb(188,232,15); }

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

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

 span { border-color: rgb(188,232,15); }

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