Html Css Color HEX #ABA209 Lucky

📋 copy color: '#ABA209'

red 171 ◦ green 162 ◦ blue 9

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

Shades of Lucky #ABA209

Tints of Lucky #ABA209

RGB

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

 GREEN value IS 162 (63.67% from 255) = 47.37%

 BLUE value IS 9 (3.91% from 255) = 2.63%

R = 50%
G = 47.37%
B = 2.63%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#ABA209 (or 0xABA209) is known color: Lucky. HEX triplet: AB, A2 and 09. RGB value is (171,162,9). Sum of RGB (Red+Green+Blue) = 171+162+9=342 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50% from 342); Green value is 162 (63.67% from 255 or 47.37% from 342); Blue value is 9 (3.91% from 255 or 2.63% from 342); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA209 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA209 is #545DF6. Grayscale: #939393. Windows color (decimal): -5529079 or 631467. OLE color: 631467.

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

Color convert

RGB 171 162 9 -
CMYK 0 0.05 0.95 0.33
HSL 56.67º 0.9% 0.35% -
HSV(B) 56.67º 0.95% 0.67% -
XYZ 29.76 34.52 5.35 -
YUV 147.25 49.98 144.94 -
System Red Green Blue C M Y K H S L
Decimal 171 162 9 0 0.05 0.95 0.33 56.67 0.9 0.35
Hex AB A2 9 0 5 5F 21 39 5A 23
Octal 253 242 11 0 5 137 41 71 132 43
Binary 10101011 10100010 1001 0 101 1011111 100001 111001 1011010 100011

Color Harmonies of #ABA209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA209

Black with #ABA209

Text Example


Text Example

White with #ABA209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA209; }

 p { color: rgb(171,162,9); }

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

background-color css

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

 a { background-color: rgb(171,162,9); }

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

border-color css

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

 span { border-color: rgb(171,162,9); }

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