#BCC68F

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

Shades of Green Mist #BCC68F

Tints of Green Mist #BCC68F

Color information

#BCC68F (or 0xBCC68F) is unknown color: approx Green Mist. HEX triplet: BC, C6 and 8F. RGB value is (188,198,143). Sum of RGB (Red+Green+Blue) = 188+198+143=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 198 (77.73% from 255 or 37.43% from 529); Blue value is 143 (56.25% from 255 or 27.03% from 529); Max value from RGB is 198 - color contains mainly: green. Hex color #BCC68F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC68F is #433970. Grayscale: #BCBCBC. Windows color (decimal): -4405617 or 9422524. OLE color: 9422524.

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

Color convert

RGB188198143-
CMYK0.0500.280.22
HSL70.91º32.54%66.86%-
HSV(B)70.91º27.78%77.65%-
XYZ45.8953.0633.81-
YUV188.74102.19127.47-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.54%
GREEN value IS 198 (77.73% from 255) = 37.43%
BLUE value IS 143 (56.25% from 255) = 27.03%
R=35.54%
G=37.43%
B=27.03%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1881981430.0500.280.2270.9132.5466.86
HexBCC68F501C16472143
Octal27430621750342610741103
Binary1011110011000110100011111010111001011010001111000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC68F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC68F; }

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

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

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

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

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

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

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

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