#BDB24E

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

Shades of Sundance #BDB24E

Tints of Sundance #BDB24E

Color information

#BDB24E (or 0xBDB24E) is unknown color: approx Sundance. HEX triplet: BD, B2 and 4E. RGB value is (189,178,78). Sum of RGB (Red+Green+Blue) = 189+178+78=445 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.47% from 445); Green value is 178 (69.92% from 255 or 40% from 445); Blue value is 78 (30.86% from 255 or 17.53% from 445); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB24E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB24E is #424DB1. Grayscale: #AAAAAA. Windows color (decimal): -4345266 or 5157565. OLE color: 5157565.

HSL color Cylindrical-coordinate representation of color #BDB24E: hue angle of 54.05º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BDB24E is Cyan = 0, Magento = 0.06, Yellow = 0.59 and Black (K on CMYK) = 0.26.

Color convert

RGB18917878-
CMYK00.060.590.26
HSL54.05º45.68%52.35%-
HSV(B)54.05º58.73%74.12%-
XYZ38.2843.2113.53-
YUV169.8976.14141.63-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.47%
GREEN value IS 178 (69.92% from 255) = 40%
BLUE value IS 78 (30.86% from 255) = 17.53%
R=42.47%
G=40%
B=17.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.59
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891787800.060.590.2654.0545.6852.35
HexBDB24E063B1A362e34
Octal275262116067332665664
Binary10111101101100101001110011011101111010110110101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB24E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB24E; }

 p { color: rgb(189,178,78); }

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

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

 a { background-color: rgb(189,178,78); }

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

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

 span { border-color: rgb(189,178,78); }

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