Html Css Color HEX #AB9000 Dark Goldenrod

📋 copy color: '#AB9000'

red 171 ◦ green 144 ◦ blue 0

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

Shades of Dark Goldenrod #AB9000

Tints of Dark Goldenrod #AB9000

RGB

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

 GREEN value IS 144 (56.64% from 255) = 45.71%

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

R = 54.29%
G = 45.71%
B = 0%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AB9000 (or 0xAB9000) is known color: Dark Goldenrod. HEX triplet: AB, 90 and 00. RGB value is (171,144,0). Sum of RGB (Red+Green+Blue) = 171+144+0=315 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.29% from 315); Green value is 144 (56.64% from 255 or 45.71% from 315); Blue value is 0 (0.39% from 255 or 0% from 315); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9000 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB9000 is #546FFF. Grayscale: #888888. Windows color (decimal): -5533696 or 37035. OLE color: 37035.

HSL color Cylindrical-coordinate representation of color #AB9000: hue angle of 50.53º 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 #AB9000 is Cyan = 0, Magento = 0.16, Yellow = 1 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 144 0 -
CMYK 0 0.16 1 0.33
HSL 50.53º 1% 0.34% -
HSV(B) 50.53º 1% 0.67% -
XYZ 26.77 28.6 4.11 -
YUV 135.66 51.45 153.21 -
System Red Green Blue C M Y K H S L
Decimal 171 144 0 0 0.16 1 0.33 50.53 1 0.34
Hex AB 90 0 0 10 64 21 33 64 22
Octal 253 220 0 0 20 144 41 63 144 42
Binary 10101011 10010000 0 0 10000 1100100 100001 110011 1100100 100010

Color Harmonies of #AB9000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9000

Black with #AB9000

Text Example


Text Example

White with #AB9000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9000; }

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

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

background-color css

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

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

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

border-color css

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

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

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