#BCC782

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

Shades of Pine Glade #BCC782

Tints of Pine Glade #BCC782

Color information

#BCC782 (or 0xBCC782) is unknown color: approx Pine Glade. HEX triplet: BC, C7 and 82. RGB value is (188,199,130). Sum of RGB (Red+Green+Blue) = 188+199+130=517 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.36% from 517); Green value is 199 (78.12% from 255 or 38.49% from 517); Blue value is 130 (51.17% from 255 or 25.15% from 517); Max value from RGB is 199 - color contains mainly: green. Hex color #BCC782 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC782 is #43387D. Grayscale: #BCBCBC. Windows color (decimal): -4405374 or 8570812. OLE color: 8570812.

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

Color convert

RGB188199130-
CMYK0.0600.350.22
HSL69.57º38.12%64.51%-
HSV(B)69.57º34.67%78.04%-
XYZ45.1953.1529-
YUV187.8495.36128.11-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.36%
GREEN value IS 199 (78.12% from 255) = 38.49%
BLUE value IS 130 (51.17% from 255) = 25.15%
R=36.36%
G=38.49%
B=25.15%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1881991300.0600.350.2269.5738.1264.51
HexBCC782602316462641
Octal27430720260432610646101
Binary10111100110001111000001011001000111011010001101001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC782; }

 p { color: rgb(188,199,130); }

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

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

 a { background-color: rgb(188,199,130); }

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

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

 span { border-color: rgb(188,199,130); }

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