Html Css Color HEX #ABA02B Lucky

📋 copy color: '#ABA02B'

red 171 ◦ green 160 ◦ blue 43

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

Shades of Lucky #ABA02B

Tints of Lucky #ABA02B

RGB

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

 GREEN value IS 160 (62.89% from 255) = 42.78%

 BLUE value IS 43 (17.19% from 255) = 11.5%

R = 45.72%
G = 42.78%
B = 11.5%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#ABA02B (or 0xABA02B) is known color: Lucky. HEX triplet: AB, A0 and 2B. RGB value is (171,160,43). Sum of RGB (Red+Green+Blue) = 171+160+43=374 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.72% from 374); Green value is 160 (62.89% from 255 or 42.78% from 374); Blue value is 43 (17.19% from 255 or 11.50% from 374); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA02B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA02B is #545FD4. Grayscale: #969696. Windows color (decimal): -5529557 or 2859179. OLE color: 2859179.

HSL color Cylindrical-coordinate representation of color #ABA02B: hue angle of 54.84º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ABA02B is Cyan = 0, Magento = 0.06, Yellow = 0.75 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 160 43 -
CMYK 0 0.06 0.75 0.33
HSL 54.84º 0.6% 0.42% -
HSV(B) 54.84º 0.75% 0.67% -
XYZ 29.8 33.97 7.27 -
YUV 149.95 67.64 143.01 -
System Red Green Blue C M Y K H S L
Decimal 171 160 43 0 0.06 0.75 0.33 54.84 0.6 0.42
Hex AB A0 2B 0 6 4B 21 37 3C 2A
Octal 253 240 53 0 6 113 41 67 74 52
Binary 10101011 10100000 101011 0 110 1001011 100001 110111 111100 101010

Color Harmonies of #ABA02B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA02B

Black with #ABA02B

Text Example


Text Example

White with #ABA02B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA02B; }

 p { color: rgb(171,160,43); }

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

background-color css

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

 a { background-color: rgb(171,160,43); }

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

border-color css

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

 span { border-color: rgb(171,160,43); }

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