#BCC698

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

Shades of Green Mist #BCC698

Tints of Green Mist #BCC698

Color information

#BCC698 (or 0xBCC698) is unknown color: approx Green Mist. HEX triplet: BC, C6 and 98. RGB value is (188,198,152). Sum of RGB (Red+Green+Blue) = 188+198+152=538 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.94% from 538); Green value is 198 (77.73% from 255 or 36.80% from 538); Blue value is 152 (59.77% from 255 or 28.25% from 538); Max value from RGB is 198 - color contains mainly: green. Hex color #BCC698 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC698 is #433967. Grayscale: #BDBDBD. Windows color (decimal): -4405608 or 10012348. OLE color: 10012348.

HSL color Cylindrical-coordinate representation of color #BCC698: hue angle of 73.04º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCC698 is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.22.

Color convert

RGB188198152-
CMYK0.0500.230.22
HSL73.04º28.75%68.63%-
HSV(B)73.04º23.23%77.65%-
XYZ46.653.3537.55-
YUV189.77106.69126.74-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.94%
GREEN value IS 198 (77.73% from 255) = 36.80%
BLUE value IS 152 (59.77% from 255) = 28.25%
R=34.94%
G=36.80%
B=28.25%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1881981520.0500.230.2273.0428.7568.63
HexBCC698501716491d45
Octal27430623050272611135105
Binary101111001100011010011000101010111101101001001111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC698; }

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

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

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

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

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

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

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

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