Html Css Color HEX #ABA50B Lucky

📋 copy color: '#ABA50B'

red 171 ◦ green 165 ◦ blue 11

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

Shades of Lucky #ABA50B

Tints of Lucky #ABA50B

RGB

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

 GREEN value IS 165 (64.84% from 255) = 47.55%

 BLUE value IS 11 (4.69% from 255) = 3.17%

R = 49.28%
G = 47.55%
B = 3.17%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#ABA50B (or 0xABA50B) is known color: Lucky. HEX triplet: AB, A5 and 0B. RGB value is (171,165,11). Sum of RGB (Red+Green+Blue) = 171+165+11=347 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.28% from 347); Green value is 165 (64.84% from 255 or 47.55% from 347); Blue value is 11 (4.69% from 255 or 3.17% from 347); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA50B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA50B is #545AF4. Grayscale: #959595. Windows color (decimal): -5528309 or 763307. OLE color: 763307.

HSL color Cylindrical-coordinate representation of color #ABA50B: hue angle of 57.75º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ABA50B is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 165 11 -
CMYK 0 0.04 0.94 0.33
HSL 57.75º 0.88% 0.36% -
HSV(B) 57.75º 0.94% 0.67% -
XYZ 30.31 35.59 5.59 -
YUV 149.24 49.99 143.52 -
System Red Green Blue C M Y K H S L
Decimal 171 165 11 0 0.04 0.94 0.33 57.75 0.88 0.36
Hex AB A5 B 0 4 5E 21 3A 58 24
Octal 253 245 13 0 4 136 41 72 130 44
Binary 10101011 10100101 1011 0 100 1011110 100001 111010 1011000 100100

Color Harmonies of #ABA50B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA50B

Black with #ABA50B

Text Example


Text Example

White with #ABA50B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA50B; }

 p { color: rgb(171,165,11); }

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

background-color css

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

 a { background-color: rgb(171,165,11); }

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

border-color css

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

 span { border-color: rgb(171,165,11); }

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