Html Css Color HEX #ABA204 Lucky

📋 copy color: '#ABA204'

red 171 ◦ green 162 ◦ blue 4

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

Shades of Lucky #ABA204

Tints of Lucky #ABA204

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.19%

R = 50.74%
G = 48.07%
B = 1.19%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#ABA204 (or 0xABA204) is known color: Lucky. HEX triplet: AB, A2 and 04. RGB value is (171,162,4). Sum of RGB (Red+Green+Blue) = 171+162+4=337 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.74% from 337); Green value is 162 (63.67% from 255 or 48.07% from 337); Blue value is 4 (1.95% from 255 or 1.19% from 337); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA204 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA204 is #545DFB. Grayscale: #939393. Windows color (decimal): -5529084 or 303787. OLE color: 303787.

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

Color convert

RGB 171 162 4 -
CMYK 0 0.05 0.98 0.33
HSL 56.77º 0.95% 0.34% -
HSV(B) 56.77º 0.98% 0.67% -
XYZ 29.74 34.51 5.21 -
YUV 146.68 47.48 145.35 -
System Red Green Blue C M Y K H S L
Decimal 171 162 4 0 0.05 0.98 0.33 56.77 0.95 0.34
Hex AB A2 4 0 5 62 21 39 5F 22
Octal 253 242 4 0 5 142 41 71 137 42
Binary 10101011 10100010 100 0 101 1100010 100001 111001 1011111 100010

Color Harmonies of #ABA204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA204

Black with #ABA204

Text Example


Text Example

White with #ABA204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA204; }

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

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

background-color css

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

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

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

border-color css

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

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

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