Html Css Color HEX #ABA302 Lucky

📋 copy color: '#ABA302'

red 171 ◦ green 163 ◦ blue 2

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

Shades of Lucky #ABA302

Tints of Lucky #ABA302

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.6%

R = 50.89%
G = 48.51%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#ABA302 (or 0xABA302) is known color: Lucky. HEX triplet: AB, A3 and 02. RGB value is (171,163,2). Sum of RGB (Red+Green+Blue) = 171+163+2=336 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.89% from 336); Green value is 163 (64.06% from 255 or 48.51% from 336); Blue value is 2 (1.17% from 255 or 0.60% from 336); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA302 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA302 is #545CFD. Grayscale: #939393. Windows color (decimal): -5528830 or 172971. OLE color: 172971.

HSL color Cylindrical-coordinate representation of color #ABA302: hue angle of 57.16º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ABA302 is Cyan = 0, Magento = 0.05, Yellow = 0.99 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 163 2 -
CMYK 0 0.05 0.99 0.33
HSL 57.16º 0.98% 0.34% -
HSV(B) 57.16º 0.99% 0.67% -
XYZ 29.9 34.86 5.21 -
YUV 147.04 46.15 145.09 -
System Red Green Blue C M Y K H S L
Decimal 171 163 2 0 0.05 0.99 0.33 57.16 0.98 0.34
Hex AB A3 2 0 5 63 21 39 62 22
Octal 253 243 2 0 5 143 41 71 142 42
Binary 10101011 10100011 10 0 101 1100011 100001 111001 1100010 100010

Color Harmonies of #ABA302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA302

Black with #ABA302

Text Example


Text Example

White with #ABA302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA302; }

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

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

background-color css

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

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

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

border-color css

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

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

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