#BCC08D

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

Shades of Green Mist #BCC08D

Tints of Green Mist #BCC08D

Color information

#BCC08D (or 0xBCC08D) is unknown color: approx Green Mist. HEX triplet: BC, C0 and 8D. RGB value is (188,192,141). Sum of RGB (Red+Green+Blue) = 188+192+141=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 192 (75.39% from 255 or 36.85% from 521); Blue value is 141 (55.47% from 255 or 27.06% from 521); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC08D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC08D is #433F72. Grayscale: #B9B9B9. Windows color (decimal): -4407155 or 9289916. OLE color: 9289916.

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

Color convert

RGB188192141-
CMYK0.0200.270.25
HSL64.71º28.81%65.29%-
HSV(B)64.71º26.56%75.29%-
XYZ44.450.3132.57-
YUV184.99103.17130.15-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.08%
GREEN value IS 192 (75.39% from 255) = 36.85%
BLUE value IS 141 (55.47% from 255) = 27.06%
R=36.08%
G=36.85%
B=27.06%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881921410.0200.270.2564.7128.8165.29
HexBCC08D201B19411d41
Octal27430021520333110135101
Binary10111100110000001000110110011011110011000001111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC08D; }

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

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

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

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

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

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

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

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