#BDCE7C

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

Shades of Pine Glade #BDCE7C

Tints of Pine Glade #BDCE7C

Color information

#BDCE7C (or 0xBDCE7C) is unknown color: approx Pine Glade. HEX triplet: BD, CE and 7C. RGB value is (189,206,124). Sum of RGB (Red+Green+Blue) = 189+206+124=519 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.42% from 519); Green value is 206 (80.86% from 255 or 39.69% from 519); Blue value is 124 (48.83% from 255 or 23.89% from 519); Max value from RGB is 206 - color contains mainly: green. Hex color #BDCE7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCE7C is #423183. Grayscale: #BFBFBF. Windows color (decimal): -4338052 or 8179389. OLE color: 8179389.

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

Color convert

RGB189206124-
CMYK0.0800.400.19
HSL72.44º45.56%64.71%-
HSV(B)72.44º39.81%80.78%-
XYZ46.756.4227.5-
YUV191.5789.87126.17-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.42%
GREEN value IS 206 (80.86% from 255) = 39.69%
BLUE value IS 124 (48.83% from 255) = 23.89%
R=36.42%
G=39.69%
B=23.89%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1892061240.0800.400.1972.4445.5664.71
HexBDCE7C802813482e41
Octal275316174100502311056101
Binary10111101110011101111100100001010001001110010001011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCE7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCE7C; }

 p { color: rgb(189,206,124); }

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

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

 a { background-color: rgb(189,206,124); }

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

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

 span { border-color: rgb(189,206,124); }

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