#BCD608

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

Shades of Inch Worm #BCD608

Tints of Inch Worm #BCD608

Color information

#BCD608 (or 0xBCD608) is unknown color: approx Inch Worm. HEX triplet: BC, D6 and 08. RGB value is (188,214,8). Sum of RGB (Red+Green+Blue) = 188+214+8=410 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.85% from 410); Green value is 214 (83.98% from 255 or 52.20% from 410); Blue value is 8 (3.52% from 255 or 1.95% from 410); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD608 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD608 is #4329F7. Grayscale: #B7B7B7. Windows color (decimal): -4401656 or 579260. OLE color: 579260.

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

Color convert

RGB1882148-
CMYK0.1200.960.16
HSL67.57º92.79%43.53%-
HSV(B)67.57º96.26%83.92%-
XYZ44.8358.89.22-
YUV182.7429.39131.75-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.85%
GREEN value IS 214 (83.98% from 255) = 52.20%
BLUE value IS 8 (3.52% from 255) = 1.95%
R=45.85%
G=52.20%
B=1.95%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal18821480.1200.960.1667.5792.7943.53
HexBCD68C06010445d2c
Octal274326101401402010413554
Binary101111001101011010001100011000001000010001001011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD608; }

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

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

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

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

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

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

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

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