#BCC28B

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

Shades of Green Mist #BCC28B

Tints of Green Mist #BCC28B

Color information

#BCC28B (or 0xBCC28B) is unknown color: approx Green Mist. HEX triplet: BC, C2 and 8B. RGB value is (188,194,139). Sum of RGB (Red+Green+Blue) = 188+194+139=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 194 (76.17% from 255 or 37.24% from 521); Blue value is 139 (54.69% from 255 or 26.68% from 521); Max value from RGB is 194 - color contains mainly: green. Hex color #BCC28B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC28B is #433D74. Grayscale: #BABABA. Windows color (decimal): -4406645 or 9159356. OLE color: 9159356.

HSL color Cylindrical-coordinate representation of color #BCC28B: hue angle of 66.55º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BCC28B is Cyan = 0.03, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB188194139-
CMYK0.0300.280.24
HSL66.55º31.07%65.29%-
HSV(B)66.55º28.35%76.08%-
XYZ44.6951.1431.94-
YUV185.94101.51129.47-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.08%
GREEN value IS 194 (76.17% from 255) = 37.24%
BLUE value IS 139 (54.69% from 255) = 26.68%
R=36.08%
G=37.24%
B=26.68%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1881941390.0300.280.2466.5531.0765.29
HexBCC28B301C18431f41
Octal27430221330343010337101
Binary10111100110000101000101111011100110001000011111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC28B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC28B; }

 p { color: rgb(188,194,139); }

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

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

 a { background-color: rgb(188,194,139); }

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

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

 span { border-color: rgb(188,194,139); }

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