#BCDF08

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

Shades of Inch Worm #BCDF08

Tints of Inch Worm #BCDF08

Color information

#BCDF08 (or 0xBCDF08) is unknown color: approx Inch Worm. HEX triplet: BC, DF and 08. RGB value is (188,223,8). Sum of RGB (Red+Green+Blue) = 188+223+8=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 223 (87.5% from 255 or 53.22% from 419); Blue value is 8 (3.52% from 255 or 1.91% from 419); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDF08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCDF08 is #4320F7. Grayscale: #BCBCBC. Windows color (decimal): -4399352 or 581564. OLE color: 581564.

HSL color Cylindrical-coordinate representation of color #BCDF08: hue angle of 69.77º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BCDF08 is Cyan = 0.16, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.

Color convert

RGB1882238-
CMYK0.1600.960.13
HSL69.77º93.07%45.29%-
HSV(B)69.77º96.41%87.45%-
XYZ47.1763.4810-
YUV188.0226.4127.98-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.87%
GREEN value IS 223 (87.5% from 255) = 53.22%
BLUE value IS 8 (3.52% from 255) = 1.91%
R=44.87%
G=53.22%
B=1.91%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal18822380.1600.960.1369.7793.0745.29
HexBCDF810060D465d2d
Octal274337102001401510613555
Binary101111001101111110001000001100000110110001101011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDF08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDF08; }

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

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

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

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

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

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

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

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