Html Css Color HEX #AB8B02 Dark Goldenrod

📋 copy color: '#AB8B02'

red 171 ◦ green 139 ◦ blue 2

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

Shades of Dark Goldenrod #AB8B02

Tints of Dark Goldenrod #AB8B02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.64%

R = 54.81%
G = 44.55%
B = 0.64%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AB8B02 (or 0xAB8B02) is known color: Dark Goldenrod. HEX triplet: AB, 8B and 02. RGB value is (171,139,2). Sum of RGB (Red+Green+Blue) = 171+139+2=312 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.81% from 312); Green value is 139 (54.69% from 255 or 44.55% from 312); Blue value is 2 (1.17% from 255 or 0.64% from 312); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8B02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8B02 is #5474FD. Grayscale: #858585. Windows color (decimal): -5534974 or 166827. OLE color: 166827.

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

Color convert

RGB 171 139 2 -
CMYK 0 0.19 0.99 0.33
HSL 48.64º 0.98% 0.34% -
HSV(B) 48.64º 0.99% 0.67% -
XYZ 26.04 27.13 3.92 -
YUV 132.95 54.1 155.14 -
System Red Green Blue C M Y K H S L
Decimal 171 139 2 0 0.19 0.99 0.33 48.64 0.98 0.34
Hex AB 8B 2 0 13 63 21 31 62 22
Octal 253 213 2 0 23 143 41 61 142 42
Binary 10101011 10001011 10 0 10011 1100011 100001 110001 1100010 100010

Color Harmonies of #AB8B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8B02

Black with #AB8B02

Text Example


Text Example

White with #AB8B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8B02; }

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

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

background-color css

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

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

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

border-color css

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

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

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