#BCC690

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

Shades of Green Mist #BCC690

Tints of Green Mist #BCC690

Color information

#BCC690 (or 0xBCC690) is unknown color: approx Green Mist. HEX triplet: BC, C6 and 90. RGB value is (188,198,144). Sum of RGB (Red+Green+Blue) = 188+198+144=530 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.47% from 530); Green value is 198 (77.73% from 255 or 37.36% from 530); Blue value is 144 (56.64% from 255 or 27.17% from 530); Max value from RGB is 198 - color contains mainly: green. Hex color #BCC690 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC690 is #43396F. Grayscale: #BDBDBD. Windows color (decimal): -4405616 or 9488060. OLE color: 9488060.

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

Color convert

RGB188198144-
CMYK0.0500.270.22
HSL71.11º32.14%67.06%-
HSV(B)71.11º27.27%77.65%-
XYZ45.9753.0934.21-
YUV188.85102.69127.39-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.47%
GREEN value IS 198 (77.73% from 255) = 37.36%
BLUE value IS 144 (56.64% from 255) = 27.17%
R=35.47%
G=37.36%
B=27.17%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1881981440.0500.270.2271.1132.1467.06
HexBCC690501B16472043
Octal27430622050332610740103
Binary1011110011000110100100001010110111011010001111000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC690; }

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

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

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

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

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

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

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

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