#BCC29A

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

Shades of Green Mist #BCC29A

Tints of Green Mist #BCC29A

Color information

#BCC29A (or 0xBCC29A) is unknown color: approx Green Mist. HEX triplet: BC, C2 and 9A. RGB value is (188,194,154). Sum of RGB (Red+Green+Blue) = 188+194+154=536 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.07% from 536); Green value is 194 (76.17% from 255 or 36.19% from 536); Blue value is 154 (60.55% from 255 or 28.73% from 536); Max value from RGB is 194 - color contains mainly: green. Hex color #BCC29A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC29A is #433D65. Grayscale: #BBBBBB. Windows color (decimal): -4406630 or 10142396. OLE color: 10142396.

HSL color Cylindrical-coordinate representation of color #BCC29A: hue angle of 69º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCC29A is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB188194154-
CMYK0.0300.210.24
HSL69º24.69%68.24%-
HSV(B)69º20.62%76.08%-
XYZ45.8651.6138.12-
YUV187.65109.01128.25-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.07%
GREEN value IS 194 (76.17% from 255) = 36.19%
BLUE value IS 154 (60.55% from 255) = 28.73%
R=35.07%
G=36.19%
B=28.73%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1881941540.0300.210.246924.6968.24
HexBCC29A301518451944
Octal27430223230253010531104
Binary10111100110000101001101011010101110001000101110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC29A; }

 p { color: rgb(188,194,154); }

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

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

 a { background-color: rgb(188,194,154); }

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

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

 span { border-color: rgb(188,194,154); }

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