#BCE608

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

Shades of Inch Worm #BCE608

Tints of Inch Worm #BCE608

Color information

#BCE608 (or 0xBCE608) is unknown color: approx Inch Worm. HEX triplet: BC, E6 and 08. RGB value is (188,230,8). Sum of RGB (Red+Green+Blue) = 188+230+8=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 230 (90.23% from 255 or 53.99% from 426); Blue value is 8 (3.52% from 255 or 1.88% from 426); Max value from RGB is 230 - color contains mainly: green. Hex color #BCE608 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCE608 is #4319F7. Grayscale: #C0C0C0. Windows color (decimal): -4397560 or 583356. OLE color: 583356.

HSL color Cylindrical-coordinate representation of color #BCE608: hue angle of 71.35º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BCE608 is Cyan = 0.18, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.10.

Color convert

RGB1882308-
CMYK0.1800.970.10
HSL71.35º93.28%46.67%-
HSV(B)71.35º96.52%90.2%-
XYZ49.0867.310.63-
YUV192.1324.09125.05-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.13%
GREEN value IS 230 (90.23% from 255) = 53.99%
BLUE value IS 8 (3.52% from 255) = 1.88%
R=44.13%
G=53.99%
B=1.88%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal18823080.1800.970.1071.3593.2846.67
HexBCE6812061A475d2f
Octal274346102201411210713557
Binary101111001110011010001001001100001101010001111011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE608; }

 p { color: rgb(188,230,8); }

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

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

 a { background-color: rgb(188,230,8); }

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

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

 span { border-color: rgb(188,230,8); }

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