#BCCA8D

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

Shades of Green Mist #BCCA8D

Tints of Green Mist #BCCA8D

Color information

#BCCA8D (or 0xBCCA8D) is unknown color: approx Green Mist. HEX triplet: BC, CA and 8D. RGB value is (188,202,141). Sum of RGB (Red+Green+Blue) = 188+202+141=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 202 (79.30% from 255 or 38.04% from 531); Blue value is 141 (55.47% from 255 or 26.55% from 531); Max value from RGB is 202 - color contains mainly: green. Hex color #BCCA8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCA8D is #433572. Grayscale: #BFBFBF. Windows color (decimal): -4404595 or 9292476. OLE color: 9292476.

HSL color Cylindrical-coordinate representation of color #BCCA8D: hue angle of 73.77º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BCCA8D is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB188202141-
CMYK0.0700.300.21
HSL73.77º36.53%67.25%-
HSV(B)73.77º30.2%79.22%-
XYZ46.6754.8633.33-
YUV190.8699.86125.96-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.40%
GREEN value IS 202 (79.30% from 255) = 38.04%
BLUE value IS 141 (55.47% from 255) = 26.55%
R=35.40%
G=38.04%
B=26.55%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1882021410.0700.300.2173.7736.5367.25
HexBCCA8D701E154a2543
Octal27431221570362511245103
Binary1011110011001010100011011110111101010110010101001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCA8D; }

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

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

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

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

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

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

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

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