Html Css Color HEX #ABA60C Lucky

📋 copy color: '#ABA60C'

red 171 ◦ green 166 ◦ blue 12

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

Shades of Lucky #ABA60C

Tints of Lucky #ABA60C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.44%

R = 49%
G = 47.56%
B = 3.44%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#ABA60C (or 0xABA60C) is known color: Lucky. HEX triplet: AB, A6 and 0C. RGB value is (171,166,12). Sum of RGB (Red+Green+Blue) = 171+166+12=349 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.00% from 349); Green value is 166 (65.23% from 255 or 47.56% from 349); Blue value is 12 (5.08% from 255 or 3.44% from 349); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA60C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA60C is #5459F3. Grayscale: #969696. Windows color (decimal): -5528052 or 829099. OLE color: 829099.

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

Color convert

RGB 171 166 12 -
CMYK 0 0.03 0.93 0.33
HSL 58.11º 0.87% 0.36% -
HSV(B) 58.11º 0.93% 0.67% -
XYZ 30.5 35.96 5.68 -
YUV 149.94 50.16 143.02 -
System Red Green Blue C M Y K H S L
Decimal 171 166 12 0 0.03 0.93 0.33 58.11 0.87 0.36
Hex AB A6 C 0 3 5D 21 3A 57 24
Octal 253 246 14 0 3 135 41 72 127 44
Binary 10101011 10100110 1100 0 11 1011101 100001 111010 1010111 100100

Color Harmonies of #ABA60C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA60C

Black with #ABA60C

Text Example


Text Example

White with #ABA60C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA60C; }

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

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

background-color css

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

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

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

border-color css

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

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

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