Html Css Color HEX #AB8B00 Dark Goldenrod

📋 copy color: '#AB8B00'

red 171 ◦ green 139 ◦ blue 0

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

Shades of Dark Goldenrod #AB8B00

Tints of Dark Goldenrod #AB8B00

RGB

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

 GREEN value IS 139 (54.69% from 255) = 44.84%

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

R = 55.16%
G = 44.84%
B = 0%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AB8B00 (or 0xAB8B00) is known color: Dark Goldenrod. HEX triplet: AB, 8B and 00. RGB value is (171,139,0). Sum of RGB (Red+Green+Blue) = 171+139+0=310 (41% of max value = 765). Red value is 171 (67.19% from 255 or 55.16% from 310); Green value is 139 (54.69% from 255 or 44.84% from 310); Blue value is 0 (0.39% from 255 or 0% from 310); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8B00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8B00 is #5474FF. Grayscale: #858585. Windows color (decimal): -5534976 or 35755. OLE color: 35755.

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

Color convert

RGB 171 139 0 -
CMYK 0 0.19 1 0.33
HSL 48.77º 1% 0.34% -
HSV(B) 48.77º 1% 0.67% -
XYZ 26.03 27.12 3.86 -
YUV 132.72 53.1 155.3 -
System Red Green Blue C M Y K H S L
Decimal 171 139 0 0 0.19 1 0.33 48.77 1 0.34
Hex AB 8B 0 0 13 64 21 31 64 22
Octal 253 213 0 0 23 144 41 61 144 42
Binary 10101011 10001011 0 0 10011 1100100 100001 110001 1100100 100010

Color Harmonies of #AB8B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8B00

Black with #AB8B00

Text Example


Text Example

White with #AB8B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8B00; }

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

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

background-color css

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

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

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

border-color css

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

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

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