Html Css Color HEX #ABA70B Lucky

📋 copy color: '#ABA70B'

red 171 ◦ green 167 ◦ blue 11

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

Shades of Lucky #ABA70B

Tints of Lucky #ABA70B

RGB

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

 GREEN value IS 167 (65.63% from 255) = 47.85%

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

R = 49%
G = 47.85%
B = 3.15%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#ABA70B (or 0xABA70B) is known color: Lucky. HEX triplet: AB, A7 and 0B. RGB value is (171,167,11). Sum of RGB (Red+Green+Blue) = 171+167+11=349 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.00% from 349); Green value is 167 (65.62% from 255 or 47.85% from 349); Blue value is 11 (4.69% from 255 or 3.15% from 349); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA70B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA70B is #5458F4. Grayscale: #979797. Windows color (decimal): -5527797 or 763819. OLE color: 763819.

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

Color convert

RGB 171 167 11 -
CMYK 0 0.02 0.94 0.33
HSL 58.5º 0.88% 0.36% -
HSV(B) 58.5º 0.94% 0.67% -
XYZ 30.67 36.32 5.71 -
YUV 150.41 49.33 142.68 -
System Red Green Blue C M Y K H S L
Decimal 171 167 11 0 0.02 0.94 0.33 58.5 0.88 0.36
Hex AB A7 B 0 2 5E 21 3A 58 24
Octal 253 247 13 0 2 136 41 72 130 44
Binary 10101011 10100111 1011 0 10 1011110 100001 111010 1011000 100100

Color Harmonies of #ABA70B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA70B

Black with #ABA70B

Text Example


Text Example

White with #ABA70B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA70B; }

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

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

background-color css

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

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

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

border-color css

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

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

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