#BDB978

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

Shades of Pine Glade #BDB978

Tints of Pine Glade #BDB978

Color information

#BDB978 (or 0xBDB978) is unknown color: approx Pine Glade. HEX triplet: BD, B9 and 78. RGB value is (189,185,120). Sum of RGB (Red+Green+Blue) = 189+185+120=494 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.26% from 494); Green value is 185 (72.66% from 255 or 37.45% from 494); Blue value is 120 (47.27% from 255 or 24.29% from 494); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB978 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB978 is #424687. Grayscale: #B3B3B3. Windows color (decimal): -4343432 or 7911869. OLE color: 7911869.

HSL color Cylindrical-coordinate representation of color #BDB978: hue angle of 56.52º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BDB978 is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.26.

Color convert

RGB189185120-
CMYK00.020.370.26
HSL56.52º34.33%60.59%-
HSV(B)56.52º36.51%74.12%-
XYZ41.7346.8724.62-
YUV178.7994.83135.29-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.26%
GREEN value IS 185 (72.66% from 255) = 37.45%
BLUE value IS 120 (47.27% from 255) = 24.29%
R=38.26%
G=37.45%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.37
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918512000.020.370.2656.5234.3360.59
HexBDB97802251A39223d
Octal275271170024532714275
Binary1011110110111001111100001010010111010111001100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB978; }

 p { color: rgb(189,185,120); }

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

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

 a { background-color: rgb(189,185,120); }

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

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

 span { border-color: rgb(189,185,120); }

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