Html Css Color HEX #ABA223 Lucky

📋 copy color: '#ABA223'

red 171 ◦ green 162 ◦ blue 35

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

Shades of Lucky #ABA223

Tints of Lucky #ABA223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 9.51%

R = 46.47%
G = 44.02%
B = 9.51%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.80

 K value IS 0.33

RGB Variations

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

Color information

#ABA223 (or 0xABA223) is known color: Lucky. HEX triplet: AB, A2 and 23. RGB value is (171,162,35). Sum of RGB (Red+Green+Blue) = 171+162+35=368 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.47% from 368); Green value is 162 (63.67% from 255 or 44.02% from 368); Blue value is 35 (14.06% from 255 or 9.51% from 368); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA223 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA223 is #545DDC. Grayscale: #969696. Windows color (decimal): -5529053 or 2335403. OLE color: 2335403.

HSL color Cylindrical-coordinate representation of color #ABA223: hue angle of 56.03º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ABA223 is Cyan = 0, Magento = 0.05, Yellow = 0.80 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 162 35 -
CMYK 0 0.05 0.80 0.33
HSL 56.03º 0.66% 0.4% -
HSV(B) 56.03º 0.8% 0.67% -
XYZ 30.02 34.62 6.69 -
YUV 150.21 62.98 142.83 -
System Red Green Blue C M Y K H S L
Decimal 171 162 35 0 0.05 0.80 0.33 56.03 0.66 0.4
Hex AB A2 23 0 5 50 21 38 42 28
Octal 253 242 43 0 5 120 41 70 102 50
Binary 10101011 10100010 100011 0 101 1010000 100001 111000 1000010 101000

Color Harmonies of #ABA223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA223

Black with #ABA223

Text Example


Text Example

White with #ABA223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA223; }

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

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

background-color css

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

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

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

border-color css

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

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

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