#BDC579

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

Shades of Pine Glade #BDC579

Tints of Pine Glade #BDC579

Color information

#BDC579 (or 0xBDC579) is unknown color: approx Pine Glade. HEX triplet: BD, C5 and 79. RGB value is (189,197,121). Sum of RGB (Red+Green+Blue) = 189+197+121=507 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.28% from 507); Green value is 197 (77.34% from 255 or 38.86% from 507); Blue value is 121 (47.66% from 255 or 23.87% from 507); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC579 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC579 is #423A86. Grayscale: #BABABA. Windows color (decimal): -4340359 or 7980477. OLE color: 7980477.

HSL color Cylindrical-coordinate representation of color #BDC579: hue angle of 66.32º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BDC579 is Cyan = 0.04, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.23.

Color convert

RGB189197121-
CMYK0.0400.390.23
HSL66.32º39.58%62.35%-
HSV(B)66.32º38.58%77.25%-
XYZ44.452.1325.81-
YUV185.9491.35130.18-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.28%
GREEN value IS 197 (77.34% from 255) = 38.86%
BLUE value IS 121 (47.66% from 255) = 23.87%
R=37.28%
G=38.86%
B=23.87%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1891971210.0400.390.2366.3239.5862.35
HexBDC57940271742283e
Octal2753051714047271025076
Binary101111011100010111110011000100111101111000010101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC579; }

 p { color: rgb(189,197,121); }

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

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

 a { background-color: rgb(189,197,121); }

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

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

 span { border-color: rgb(189,197,121); }

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