Html Css Color HEX #ABA61E Lucky

📋 copy color: '#ABA61E'

red 171 ◦ green 166 ◦ blue 30

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

Shades of Lucky #ABA61E

Tints of Lucky #ABA61E

RGB

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

 GREEN value IS 166 (65.23% from 255) = 45.23%

 BLUE value IS 30 (12.11% from 255) = 8.17%

R = 46.59%
G = 45.23%
B = 8.17%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#ABA61E (or 0xABA61E) is known color: Lucky. HEX triplet: AB, A6 and 1E. RGB value is (171,166,30). Sum of RGB (Red+Green+Blue) = 171+166+30=367 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.59% from 367); Green value is 166 (65.23% from 255 or 45.23% from 367); Blue value is 30 (12.11% from 255 or 8.17% from 367); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA61E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA61E is #5459E1. Grayscale: #989898. Windows color (decimal): -5528034 or 2008747. OLE color: 2008747.

HSL color Cylindrical-coordinate representation of color #ABA61E: hue angle of 57.87º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ABA61E is Cyan = 0, Magento = 0.03, Yellow = 0.82 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 166 30 -
CMYK 0 0.03 0.82 0.33
HSL 57.87º 0.7% 0.39% -
HSV(B) 57.87º 0.82% 0.67% -
XYZ 30.67 36.02 6.57 -
YUV 151.99 59.16 141.56 -
System Red Green Blue C M Y K H S L
Decimal 171 166 30 0 0.03 0.82 0.33 57.87 0.7 0.39
Hex AB A6 1E 0 3 52 21 3A 46 27
Octal 253 246 36 0 3 122 41 72 106 47
Binary 10101011 10100110 11110 0 11 1010010 100001 111010 1000110 100111

Color Harmonies of #ABA61E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA61E

Black with #ABA61E

Text Example


Text Example

White with #ABA61E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA61E; }

 p { color: rgb(171,166,30); }

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

background-color css

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

 a { background-color: rgb(171,166,30); }

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

border-color css

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

 span { border-color: rgb(171,166,30); }

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