#BCC684

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

Shades of Pine Glade #BCC684

Tints of Pine Glade #BCC684

Color information

#BCC684 (or 0xBCC684) is unknown color: approx Pine Glade. HEX triplet: BC, C6 and 84. RGB value is (188,198,132). Sum of RGB (Red+Green+Blue) = 188+198+132=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 198 (77.73% from 255 or 38.22% from 518); Blue value is 132 (51.95% from 255 or 25.48% from 518); Max value from RGB is 198 - color contains mainly: green. Hex color #BCC684 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC684 is #43397B. Grayscale: #BBBBBB. Windows color (decimal): -4405628 or 8701628. OLE color: 8701628.

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

Color convert

RGB188198132-
CMYK0.0500.330.22
HSL69.09º36.67%64.71%-
HSV(B)69.09º33.33%77.65%-
XYZ45.152.7529.63-
YUV187.4996.69128.37-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.29%
GREEN value IS 198 (77.73% from 255) = 38.22%
BLUE value IS 132 (51.95% from 255) = 25.48%
R=36.29%
G=38.22%
B=25.48%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1881981320.0500.330.2269.0936.6764.71
HexBCC684502116452541
Octal27430620450412610545101
Binary10111100110001101000010010101000011011010001011001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC684; }

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

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

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

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

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

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

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

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