#BCC98D

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

Shades of Green Mist #BCC98D

Tints of Green Mist #BCC98D

Color information

#BCC98D (or 0xBCC98D) is unknown color: approx Green Mist. HEX triplet: BC, C9 and 8D. RGB value is (188,201,141). Sum of RGB (Red+Green+Blue) = 188+201+141=530 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.47% from 530); Green value is 201 (78.91% from 255 or 37.92% from 530); Blue value is 141 (55.47% from 255 or 26.60% from 530); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC98D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC98D is #433672. Grayscale: #BEBEBE. Windows color (decimal): -4404851 or 9292220. OLE color: 9292220.

HSL color Cylindrical-coordinate representation of color #BCC98D: hue angle of 73º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BCC98D is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB188201141-
CMYK0.0600.300.21
HSL73º35.71%67.06%-
HSV(B)73º29.85%78.82%-
XYZ46.4354.3933.25-
YUV190.27100.19126.38-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.47%
GREEN value IS 201 (78.91% from 255) = 37.92%
BLUE value IS 141 (55.47% from 255) = 26.60%
R=35.47%
G=37.92%
B=26.60%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1882011410.0600.300.217335.7167.06
HexBCC98D601E15492443
Octal27431121560362511144103
Binary1011110011001001100011011100111101010110010011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC98D; }

 p { color: rgb(188,201,141); }

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

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

 a { background-color: rgb(188,201,141); }

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

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

 span { border-color: rgb(188,201,141); }

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