#BCC68B

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

Shades of Green Mist #BCC68B

Tints of Green Mist #BCC68B

Color information

#BCC68B (or 0xBCC68B) is unknown color: approx Green Mist. HEX triplet: BC, C6 and 8B. RGB value is (188,198,139). Sum of RGB (Red+Green+Blue) = 188+198+139=525 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.81% from 525); Green value is 198 (77.73% from 255 or 37.71% from 525); Blue value is 139 (54.69% from 255 or 26.48% from 525); Max value from RGB is 198 - color contains mainly: green. Hex color #BCC68B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC68B is #433974. Grayscale: #BCBCBC. Windows color (decimal): -4405621 or 9160380. OLE color: 9160380.

HSL color Cylindrical-coordinate representation of color #BCC68B: hue angle of 70.17º 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 #BCC68B is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB188198139-
CMYK0.0500.300.22
HSL70.17º34.1%66.08%-
HSV(B)70.17º29.8%77.65%-
XYZ45.5952.9432.24-
YUV188.28100.19127.8-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.81%
GREEN value IS 198 (77.73% from 255) = 37.71%
BLUE value IS 139 (54.69% from 255) = 26.48%
R=35.81%
G=37.71%
B=26.48%

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
Decimal1881981390.0500.300.2270.1734.166.08
HexBCC68B501E16462242
Octal27430621350362610642102
Binary1011110011000110100010111010111101011010001101000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC68B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC68B; }

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

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

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

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

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

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

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

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