#BCC78B

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

Shades of Green Mist #BCC78B

Tints of Green Mist #BCC78B

Color information

#BCC78B (or 0xBCC78B) is unknown color: approx Green Mist. HEX triplet: BC, C7 and 8B. RGB value is (188,199,139). Sum of RGB (Red+Green+Blue) = 188+199+139=526 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.74% from 526); Green value is 199 (78.12% from 255 or 37.83% from 526); Blue value is 139 (54.69% from 255 or 26.43% from 526); Max value from RGB is 199 - color contains mainly: green. Hex color #BCC78B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC78B is #433874. Grayscale: #BDBDBD. Windows color (decimal): -4405365 or 9160636. OLE color: 9160636.

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

Color convert

RGB188199139-
CMYK0.0600.300.22
HSL71º34.88%66.27%-
HSV(B)71º30.15%78.04%-
XYZ45.8253.432.32-
YUV188.8799.86127.38-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.74%
GREEN value IS 199 (78.12% from 255) = 37.83%
BLUE value IS 139 (54.69% from 255) = 26.43%
R=35.74%
G=37.83%
B=26.43%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1881991390.0600.300.227134.8866.27
HexBCC78B601E16472342
Octal27430721360362610743102
Binary1011110011000111100010111100111101011010001111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC78B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC78B; }

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

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

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

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

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

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

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

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