#BCC68D

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

Shades of Green Mist #BCC68D

Tints of Green Mist #BCC68D

Color information

#BCC68D (or 0xBCC68D) is unknown color: approx Green Mist. HEX triplet: BC, C6 and 8D. RGB value is (188,198,141). Sum of RGB (Red+Green+Blue) = 188+198+141=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 198 (77.73% from 255 or 37.57% from 527); Blue value is 141 (55.47% from 255 or 26.76% from 527); Max value from RGB is 198 - color contains mainly: green. Hex color #BCC68D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC68D is #433972. Grayscale: #BCBCBC. Windows color (decimal): -4405619 or 9291452. OLE color: 9291452.

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

Color convert

RGB188198141-
CMYK0.0500.290.22
HSL70.53º33.33%66.47%-
HSV(B)70.53º28.79%77.65%-
XYZ45.745333.02-
YUV188.51101.19127.63-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.67%
GREEN value IS 198 (77.73% from 255) = 37.57%
BLUE value IS 141 (55.47% from 255) = 26.76%
R=35.67%
G=37.57%
B=26.76%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1881981410.0500.290.2270.5333.3366.47
HexBCC68D501D16472142
Octal27430621550352610741102
Binary1011110011000110100011011010111011011010001111000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC68D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC68D; }

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

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

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

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

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

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

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

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