#BCCD7C

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

Shades of Pine Glade #BCCD7C

Tints of Pine Glade #BCCD7C

Color information

#BCCD7C (or 0xBCCD7C) is unknown color: approx Pine Glade. HEX triplet: BC, CD and 7C. RGB value is (188,205,124). Sum of RGB (Red+Green+Blue) = 188+205+124=517 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.36% from 517); Green value is 205 (80.47% from 255 or 39.65% from 517); Blue value is 124 (48.83% from 255 or 23.98% from 517); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCD7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCD7C is #433283. Grayscale: #BEBEBE. Windows color (decimal): -4403844 or 8179132. OLE color: 8179132.

HSL color Cylindrical-coordinate representation of color #BCCD7C: hue angle of 72.59º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BCCD7C is Cyan = 0.08, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB188205124-
CMYK0.0800.400.20
HSL72.59º44.75%64.51%-
HSV(B)72.59º39.51%80.39%-
XYZ46.2155.8127.41-
YUV190.6890.37126.09-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.36%
GREEN value IS 205 (80.47% from 255) = 39.65%
BLUE value IS 124 (48.83% from 255) = 23.98%
R=36.36%
G=39.65%
B=23.98%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1882051240.0800.400.2072.5944.7564.51
HexBCCD7C802814492d41
Octal274315174100502411155101
Binary10111100110011011111100100001010001010010010011011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCD7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCD7C; }

 p { color: rgb(188,205,124); }

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

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

 a { background-color: rgb(188,205,124); }

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

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

 span { border-color: rgb(188,205,124); }

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