Html Css Color HEX #AB9800 Lucky

📋 copy color: '#AB9800'

red 171 ◦ green 152 ◦ blue 0

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

Shades of Lucky #AB9800

Tints of Lucky #AB9800

RGB

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

 GREEN value IS 152 (59.77% from 255) = 47.06%

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

R = 52.94%
G = 47.06%
B = 0%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AB9800 (or 0xAB9800) is known color: Lucky. HEX triplet: AB, 98 and 00. RGB value is (171,152,0). Sum of RGB (Red+Green+Blue) = 171+152+0=323 (42% of max value = 765). Red value is 171 (67.19% from 255 or 52.94% from 323); Green value is 152 (59.77% from 255 or 47.06% from 323); Blue value is 0 (0.39% from 255 or 0% from 323); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9800 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB9800 is #5467FF. Grayscale: #8C8C8C. Windows color (decimal): -5531648 or 39083. OLE color: 39083.

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

Color convert

RGB 171 152 0 -
CMYK 0 0.11 1 0.33
HSL 53.33º 1% 0.34% -
HSV(B) 53.33º 1% 0.67% -
XYZ 28.02 31.11 4.53 -
YUV 140.35 48.79 149.86 -
System Red Green Blue C M Y K H S L
Decimal 171 152 0 0 0.11 1 0.33 53.33 1 0.34
Hex AB 98 0 0 B 64 21 35 64 22
Octal 253 230 0 0 13 144 41 65 144 42
Binary 10101011 10011000 0 0 1011 1100100 100001 110101 1100100 100010

Color Harmonies of #AB9800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9800

Black with #AB9800

Text Example


Text Example

White with #AB9800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9800; }

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

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

background-color css

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

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

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

border-color css

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

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

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