#BCC88E

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

Shades of Green Mist #BCC88E

Tints of Green Mist #BCC88E

Color information

#BCC88E (or 0xBCC88E) is unknown color: approx Green Mist. HEX triplet: BC, C8 and 8E. RGB value is (188,200,142). Sum of RGB (Red+Green+Blue) = 188+200+142=530 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.47% from 530); Green value is 200 (78.52% from 255 or 37.74% from 530); Blue value is 142 (55.86% from 255 or 26.79% from 530); Max value from RGB is 200 - color contains mainly: green. Hex color #BCC88E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC88E is #433771. Grayscale: #BEBEBE. Windows color (decimal): -4405106 or 9357500. OLE color: 9357500.

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

Color convert

RGB188200142-
CMYK0.0600.290.22
HSL72.41º34.52%67.06%-
HSV(B)72.41º29%78.43%-
XYZ46.2853.9533.57-
YUV189.8101.02126.72-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.47%
GREEN value IS 200 (78.52% from 255) = 37.74%
BLUE value IS 142 (55.86% from 255) = 26.79%
R=35.47%
G=37.74%
B=26.79%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1882001420.0600.290.2272.4134.5267.06
HexBCC88E601D16482343
Octal27431021660352611043103
Binary1011110011001000100011101100111011011010010001000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC88E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC88E; }

 p { color: rgb(188,200,142); }

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

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

 a { background-color: rgb(188,200,142); }

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

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

 span { border-color: rgb(188,200,142); }

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