#BCC68A

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

Shades of Green Mist #BCC68A

Tints of Green Mist #BCC68A

Color information

#BCC68A (or 0xBCC68A) is unknown color: approx Green Mist. HEX triplet: BC, C6 and 8A. RGB value is (188,198,138). Sum of RGB (Red+Green+Blue) = 188+198+138=524 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.88% from 524); Green value is 198 (77.73% from 255 or 37.79% from 524); Blue value is 138 (54.30% from 255 or 26.34% from 524); Max value from RGB is 198 - color contains mainly: green. Hex color #BCC68A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC68A is #433975. Grayscale: #BCBCBC. Windows color (decimal): -4405622 or 9094844. OLE color: 9094844.

HSL color Cylindrical-coordinate representation of color #BCC68A: hue angle of 70º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BCC68A is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB188198138-
CMYK0.0500.300.22
HSL70º34.48%65.88%-
HSV(B)70º30.3%77.65%-
XYZ45.5252.9131.86-
YUV188.1799.69127.88-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.88%
GREEN value IS 198 (77.73% from 255) = 37.79%
BLUE value IS 138 (54.30% from 255) = 26.34%
R=35.88%
G=37.79%
B=26.34%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1881981380.0500.300.227034.4865.88
HexBCC68A501E16462242
Octal27430621250362610642102
Binary1011110011000110100010101010111101011010001101000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC68A; }

 p { color: rgb(188,198,138); }

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

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

 a { background-color: rgb(188,198,138); }

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

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

 span { border-color: rgb(188,198,138); }

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