Html Css Color HEX #AB9400 Dark Goldenrod

📋 copy color: '#AB9400'

red 171 ◦ green 148 ◦ blue 0

#AB9400
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Goldenrod #AB9400

Tints of Dark Goldenrod #AB9400

RGB

 RED value IS 171 (67.19% from 255) = 53.61%

 GREEN value IS 148 (58.2% from 255) = 46.39%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 53.61%
G = 46.39%
B = 0%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AB9400 (or 0xAB9400) is known color: Dark Goldenrod. HEX triplet: AB, 94 and 00. RGB value is (171,148,0). Sum of RGB (Red+Green+Blue) = 171+148+0=319 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.61% from 319); Green value is 148 (58.20% from 255 or 46.39% from 319); Blue value is 0 (0.39% from 255 or 0% from 319); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9400 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB9400 is #546BFF. Grayscale: #8A8A8A. Windows color (decimal): -5532672 or 38059. OLE color: 38059.

HSL color Cylindrical-coordinate representation of color #AB9400: hue angle of 51.93º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AB9400 is Cyan = 0, Magento = 0.13, Yellow = 1 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 148 0 -
CMYK 0 0.13 1 0.33
HSL 51.93º 1% 0.34% -
HSV(B) 51.93º 1% 0.67% -
XYZ 27.38 29.84 4.32 -
YUV 138.01 50.12 151.53 -
System Red Green Blue C M Y K H S L
Decimal 171 148 0 0 0.13 1 0.33 51.93 1 0.34
Hex AB 94 0 0 D 64 21 34 64 22
Octal 253 224 0 0 15 144 41 64 144 42
Binary 10101011 10010100 0 0 1101 1100100 100001 110100 1100100 100010

Color Harmonies of #AB9400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9400

Black with #AB9400

Text Example


Text Example

White with #AB9400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9400; }

 p { color: rgb(171,148,0); }

 H1.HeaderClassName
 {
   color: #AB9400;
 }
 .AnyTagClassName
 {
   color: #AB9400;
 }
</style>

background-color css

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

 a { background-color: rgb(171,148,0); }

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

border-color css

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

 span { border-color: rgb(171,148,0); }

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