Html Css Color HEX #ABAC71 Locust

📋 copy color: '#ABAC71'

red 171 ◦ green 172 ◦ blue 113

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

Shades of Locust #ABAC71

Tints of Locust #ABAC71

RGB

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

 GREEN value IS 172 (67.58% from 255) = 37.72%

 BLUE value IS 113 (44.53% from 255) = 24.78%

R = 37.5%
G = 37.72%
B = 24.78%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#ABAC71 (or 0xABAC71) is known color: Locust. HEX triplet: AB, AC and 71. RGB value is (171,172,113). Sum of RGB (Red+Green+Blue) = 171+172+113=456 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.5% from 456); Green value is 172 (67.58% from 255 or 37.72% from 456); Blue value is 113 (44.53% from 255 or 24.78% from 456); Max value from RGB is 172 - color contains mainly: green. Hex color #ABAC71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAC71 is #54538E. Grayscale: #A5A5A5. Windows color (decimal): -5526415 or 7449771. OLE color: 7449771.

HSL color Cylindrical-coordinate representation of color #ABAC71: hue angle of 61.02º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ABAC71 is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 172 113 -
CMYK 0.01 0 0.34 0.33
HSL 61.02º 0.26% 0.56% -
HSV(B) 61.02º 0.34% 0.67% -
XYZ 34.53 39.36 21.4 -
YUV 164.98 98.67 132.3 -
System Red Green Blue C M Y K H S L
Decimal 171 172 113 0.01 0 0.34 0.33 61.02 0.26 0.56
Hex AB AC 71 1 0 22 21 3D 1A 38
Octal 253 254 161 1 0 42 41 75 32 70
Binary 10101011 10101100 1110001 1 0 100010 100001 111101 11010 111000

Color Harmonies of #ABAC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAC71

Black with #ABAC71

Text Example


Text Example

White with #ABAC71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAC71; }

 p { color: rgb(171,172,113); }

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

background-color css

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

 a { background-color: rgb(171,172,113); }

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

border-color css

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

 span { border-color: rgb(171,172,113); }

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