Html Css Color HEX #ABA31E Lucky

📋 copy color: '#ABA31E'

red 171 ◦ green 163 ◦ blue 30

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

Shades of Lucky #ABA31E

Tints of Lucky #ABA31E

RGB

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

 GREEN value IS 163 (64.06% from 255) = 44.78%

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

R = 46.98%
G = 44.78%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#ABA31E (or 0xABA31E) is known color: Lucky. HEX triplet: AB, A3 and 1E. RGB value is (171,163,30). Sum of RGB (Red+Green+Blue) = 171+163+30=364 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.98% from 364); Green value is 163 (64.06% from 255 or 44.78% from 364); Blue value is 30 (12.11% from 255 or 8.24% from 364); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA31E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA31E is #545CE1. Grayscale: #969696. Windows color (decimal): -5528802 or 2007979. OLE color: 2007979.

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

Color convert

RGB 171 163 30 -
CMYK 0 0.05 0.82 0.33
HSL 56.6º 0.7% 0.39% -
HSV(B) 56.6º 0.82% 0.67% -
XYZ 30.13 34.95 6.39 -
YUV 150.23 60.15 142.81 -
System Red Green Blue C M Y K H S L
Decimal 171 163 30 0 0.05 0.82 0.33 56.6 0.7 0.39
Hex AB A3 1E 0 5 52 21 39 46 27
Octal 253 243 36 0 5 122 41 71 106 47
Binary 10101011 10100011 11110 0 101 1010010 100001 111001 1000110 100111

Color Harmonies of #ABA31E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA31E

Black with #ABA31E

Text Example


Text Example

White with #ABA31E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA31E; }

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

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

background-color css

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

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

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

border-color css

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

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

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