#BCC189

Color #BCC189 Pine Glade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Glade #BCC189

Tints of Pine Glade #BCC189

Color information

#BCC189 (or 0xBCC189) is unknown color: approx Pine Glade. HEX triplet: BC, C1 and 89. RGB value is (188,193,137). Sum of RGB (Red+Green+Blue) = 188+193+137=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 193 (75.78% from 255 or 37.26% from 518); Blue value is 137 (53.91% from 255 or 26.45% from 518); Max value from RGB is 193 - color contains mainly: green. Hex color #BCC189 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC189 is #433E76. Grayscale: #B9B9B9. Windows color (decimal): -4406903 or 9028028. OLE color: 9028028.

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

Color convert

RGB188193137-
CMYK0.0300.290.24
HSL65.36º31.11%64.71%-
HSV(B)65.36º29.02%75.69%-
XYZ44.3250.6431.1-
YUV185.12100.84130.05-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.29%
GREEN value IS 193 (75.78% from 255) = 37.26%
BLUE value IS 137 (53.91% from 255) = 26.45%
R=36.29%
G=37.26%
B=26.45%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1881931370.0300.290.2465.3631.1164.71
HexBCC189301D18411f41
Octal27430121130353010137101
Binary10111100110000011000100111011101110001000001111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC189; }

 p { color: rgb(188,193,137); }

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

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

 a { background-color: rgb(188,193,137); }

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

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

 span { border-color: rgb(188,193,137); }

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