#BDCD7C

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

Shades of Pine Glade #BDCD7C

Tints of Pine Glade #BDCD7C

Color information

#BDCD7C (or 0xBDCD7C) is unknown color: approx Pine Glade. HEX triplet: BD, CD and 7C. RGB value is (189,205,124). Sum of RGB (Red+Green+Blue) = 189+205+124=518 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.49% from 518); Green value is 205 (80.47% from 255 or 39.58% from 518); Blue value is 124 (48.83% from 255 or 23.94% from 518); Max value from RGB is 205 - color contains mainly: green. Hex color #BDCD7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCD7C is #423283. Grayscale: #BFBFBF. Windows color (decimal): -4338308 or 8179133. OLE color: 8179133.

HSL color Cylindrical-coordinate representation of color #BDCD7C: hue angle of 71.85º 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 #BDCD7C is Cyan = 0.08, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB189205124-
CMYK0.0800.400.20
HSL71.85º44.75%64.51%-
HSV(B)71.85º39.51%80.39%-
XYZ46.4655.9427.42-
YUV190.9890.2126.59-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.49%
GREEN value IS 205 (80.47% from 255) = 39.58%
BLUE value IS 124 (48.83% from 255) = 23.94%
R=36.49%
G=39.58%
B=23.94%

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
Decimal1892051240.0800.400.2071.8544.7564.51
HexBDCD7C802814482d41
Octal275315174100502411055101
Binary10111101110011011111100100001010001010010010001011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCD7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCD7C; }

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

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

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

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

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

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

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

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