Html Css Color HEX #ABA71B Lucky

📋 copy color: '#ABA71B'

red 171 ◦ green 167 ◦ blue 27

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

Shades of Lucky #ABA71B

Tints of Lucky #ABA71B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.4%

R = 46.85%
G = 45.75%
B = 7.4%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#ABA71B (or 0xABA71B) is known color: Lucky. HEX triplet: AB, A7 and 1B. RGB value is (171,167,27). Sum of RGB (Red+Green+Blue) = 171+167+27=365 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.85% from 365); Green value is 167 (65.62% from 255 or 45.75% from 365); Blue value is 27 (10.94% from 255 or 7.40% from 365); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA71B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA71B is #5458E4. Grayscale: #989898. Windows color (decimal): -5527781 or 1812395. OLE color: 1812395.

HSL color Cylindrical-coordinate representation of color #ABA71B: hue angle of 58.33º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ABA71B is Cyan = 0, Magento = 0.02, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 167 27 -
CMYK 0 0.02 0.84 0.33
HSL 58.33º 0.73% 0.39% -
HSV(B) 58.33º 0.84% 0.67% -
XYZ 30.81 36.37 6.43 -
YUV 152.24 57.33 141.38 -
System Red Green Blue C M Y K H S L
Decimal 171 167 27 0 0.02 0.84 0.33 58.33 0.73 0.39
Hex AB A7 1B 0 2 54 21 3A 49 27
Octal 253 247 33 0 2 124 41 72 111 47
Binary 10101011 10100111 11011 0 10 1010100 100001 111010 1001001 100111

Color Harmonies of #ABA71B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA71B

Black with #ABA71B

Text Example


Text Example

White with #ABA71B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA71B; }

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

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

background-color css

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

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

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

border-color css

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

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

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