#BCC09A

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

Shades of Green Mist #BCC09A

Tints of Green Mist #BCC09A

Color information

#BCC09A (or 0xBCC09A) is unknown color: approx Green Mist. HEX triplet: BC, C0 and 9A. RGB value is (188,192,154). Sum of RGB (Red+Green+Blue) = 188+192+154=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 192 (75.39% from 255 or 35.96% from 534); Blue value is 154 (60.55% from 255 or 28.84% from 534); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC09A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC09A is #433F65. Grayscale: #BABABA. Windows color (decimal): -4407142 or 10141884. OLE color: 10141884.

HSL color Cylindrical-coordinate representation of color #BCC09A: hue angle of 66.32º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCC09A is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB188192154-
CMYK0.0200.200.25
HSL66.32º23.17%67.84%-
HSV(B)66.32º19.79%75.29%-
XYZ45.4250.7237.97-
YUV186.47109.67129.09-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.21%
GREEN value IS 192 (75.39% from 255) = 35.96%
BLUE value IS 154 (60.55% from 255) = 28.84%
R=35.21%
G=35.96%
B=28.84%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881921540.0200.200.2566.3223.1767.84
HexBCC09A201419421744
Octal27430023220243110227104
Binary10111100110000001001101010010100110011000010101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC09A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC09A; }

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

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

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

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

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

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

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

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