Html Css Color HEX #ABA30C Lucky

📋 copy color: '#ABA30C'

red 171 ◦ green 163 ◦ blue 12

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

Shades of Lucky #ABA30C

Tints of Lucky #ABA30C

RGB

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

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

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

R = 49.42%
G = 47.11%
B = 3.47%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#ABA30C (or 0xABA30C) is known color: Lucky. HEX triplet: AB, A3 and 0C. RGB value is (171,163,12). Sum of RGB (Red+Green+Blue) = 171+163+12=346 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.42% from 346); Green value is 163 (64.06% from 255 or 47.11% from 346); Blue value is 12 (5.08% from 255 or 3.47% from 346); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA30C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA30C is #545CF3. Grayscale: #949494. Windows color (decimal): -5528820 or 828331. OLE color: 828331.

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

Color convert

RGB 171 163 12 -
CMYK 0 0.05 0.93 0.33
HSL 56.98º 0.87% 0.36% -
HSV(B) 56.98º 0.93% 0.67% -
XYZ 29.96 34.88 5.5 -
YUV 148.18 51.15 144.28 -
System Red Green Blue C M Y K H S L
Decimal 171 163 12 0 0.05 0.93 0.33 56.98 0.87 0.36
Hex AB A3 C 0 5 5D 21 39 57 24
Octal 253 243 14 0 5 135 41 71 127 44
Binary 10101011 10100011 1100 0 101 1011101 100001 111001 1010111 100100

Color Harmonies of #ABA30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA30C

Black with #ABA30C

Text Example


Text Example

White with #ABA30C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA30C; }

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

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

background-color css

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

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

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

border-color css

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

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

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