#BCC09C

Color #BCC09C Green Mist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Mist #BCC09C

Tints of Green Mist #BCC09C

Color information

#BCC09C (or 0xBCC09C) is unknown color: approx Green Mist. HEX triplet: BC, C0 and 9C. RGB value is (188,192,156). Sum of RGB (Red+Green+Blue) = 188+192+156=536 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.07% from 536); Green value is 192 (75.39% from 255 or 35.82% from 536); Blue value is 156 (61.33% from 255 or 29.10% from 536); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC09C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC09C is #433F63. Grayscale: #BABABA. Windows color (decimal): -4407140 or 10272956. OLE color: 10272956.

HSL color Cylindrical-coordinate representation of color #BCC09C: hue angle of 66.67º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCC09C is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB188192156-
CMYK0.0200.190.25
HSL66.67º22.22%68.24%-
HSV(B)66.67º18.75%75.29%-
XYZ45.5950.7938.85-
YUV186.7110.67128.93-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.07%
GREEN value IS 192 (75.39% from 255) = 35.82%
BLUE value IS 156 (61.33% from 255) = 29.10%
R=35.07%
G=35.82%
B=29.10%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881921560.0200.190.2566.6722.2268.24
HexBCC09C201319431644
Octal27430023420233110326104
Binary10111100110000001001110010010011110011000011101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC09C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC09C; }

 p { color: rgb(188,192,156); }

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

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

 a { background-color: rgb(188,192,156); }

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

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

 span { border-color: rgb(188,192,156); }

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