Html Css Color HEX #ABA225 Lucky

📋 copy color: '#ABA225'

red 171 ◦ green 162 ◦ blue 37

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

Shades of Lucky #ABA225

Tints of Lucky #ABA225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10%

R = 46.22%
G = 43.78%
B = 10%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#ABA225 (or 0xABA225) is known color: Lucky. HEX triplet: AB, A2 and 25. RGB value is (171,162,37). Sum of RGB (Red+Green+Blue) = 171+162+37=370 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.22% from 370); Green value is 162 (63.67% from 255 or 43.78% from 370); Blue value is 37 (14.84% from 255 or 10% from 370); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA225 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA225 is #545DDA. Grayscale: #969696. Windows color (decimal): -5529051 or 2466475. OLE color: 2466475.

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

Color convert

RGB 171 162 37 -
CMYK 0 0.05 0.78 0.33
HSL 55.97º 0.64% 0.41% -
HSV(B) 55.97º 0.78% 0.67% -
XYZ 30.05 34.63 6.85 -
YUV 150.44 63.98 142.66 -
System Red Green Blue C M Y K H S L
Decimal 171 162 37 0 0.05 0.78 0.33 55.97 0.64 0.41
Hex AB A2 25 0 5 4E 21 38 40 29
Octal 253 242 45 0 5 116 41 70 100 51
Binary 10101011 10100010 100101 0 101 1001110 100001 111000 1000000 101001

Color Harmonies of #ABA225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA225

Black with #ABA225

Text Example


Text Example

White with #ABA225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA225; }

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

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

background-color css

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

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

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

border-color css

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

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

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