Html Css Color HEX #ABA00B Lucky

📋 copy color: '#ABA00B'

red 171 ◦ green 160 ◦ blue 11

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

Shades of Lucky #ABA00B

Tints of Lucky #ABA00B

RGB

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

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

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

R = 50%
G = 46.78%
B = 3.22%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#ABA00B (or 0xABA00B) is known color: Lucky. HEX triplet: AB, A0 and 0B. RGB value is (171,160,11). Sum of RGB (Red+Green+Blue) = 171+160+11=342 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50% from 342); Green value is 160 (62.89% from 255 or 46.78% from 342); Blue value is 11 (4.69% from 255 or 3.22% from 342); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA00B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA00B is #545FF4. Grayscale: #929292. Windows color (decimal): -5529589 or 762027. OLE color: 762027.

HSL color Cylindrical-coordinate representation of color #ABA00B: hue angle of 55.88º 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 #ABA00B is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 160 11 -
CMYK 0 0.06 0.94 0.33
HSL 55.88º 0.88% 0.36% -
HSV(B) 55.88º 0.94% 0.67% -
XYZ 29.43 33.82 5.29 -
YUV 146.3 51.64 145.62 -
System Red Green Blue C M Y K H S L
Decimal 171 160 11 0 0.06 0.94 0.33 55.88 0.88 0.36
Hex AB A0 B 0 6 5E 21 38 58 24
Octal 253 240 13 0 6 136 41 70 130 44
Binary 10101011 10100000 1011 0 110 1011110 100001 111000 1011000 100100

Color Harmonies of #ABA00B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA00B

Black with #ABA00B

Text Example


Text Example

White with #ABA00B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA00B; }

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

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

background-color css

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

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

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

border-color css

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

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

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