#ba9c00

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

Shades of Dark Goldenrod #BA9C00

Tints of Dark Goldenrod #BA9C00

Color information

#BA9C00 (or 0xBA9C00) is unknown color: approx Dark Goldenrod. HEX triplet: BA, 9C and 00. RGB value is (186,156,0). Sum of RGB (Red+Green+Blue) = 186+156+0=342 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.39% from 342); Green value is 156 (61.33% from 255 or 45.61% from 342); Blue value is 0 (0.39% from 255 or 0% from 342); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9C00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9C00 is #4563FF. Grayscale: #939393. Windows color (decimal): -4547584 or 40122. OLE color: 40122.

HSL color Cylindrical-coordinate representation of color #BA9C00: hue angle of 50.32º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA9C00 is Cyan = 0, Magento = 0.16, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB1861560-
CMYK00.1610.27
HSL50.32º100%36.47%-
HSV(B)50.32º100%72.94%-
XYZ32.1434.224.91-
YUV147.1944.94155.68-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 54.39%
GREEN value IS 156 (61.33% from 255) = 45.61%
BLUE value IS 0 (0.39% from 255) = 0%
R=54.39%
G=45.61%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186156000.1610.2750.3210036.47
HexBA9C0010641B326424
Octal2722340020144336214444
Binary101110101001110000100001100100110111100101100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba9c00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba9c00; }

 p { color: rgb(186,156,0); }

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

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

 a { background-color: rgb(186,156,0); }

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

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

 span { border-color: rgb(186,156,0); }

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