Html Css Color HEX #ABAC72 Locust

📋 copy color: '#ABAC72'

red 171 ◦ green 172 ◦ blue 114

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

Shades of Locust #ABAC72

Tints of Locust #ABAC72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 24.95%

R = 37.42%
G = 37.64%
B = 24.95%

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

#ABAC72 (or 0xABAC72) is known color: Locust. HEX triplet: AB, AC and 72. RGB value is (171,172,114). Sum of RGB (Red+Green+Blue) = 171+172+114=457 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.42% from 457); Green value is 172 (67.58% from 255 or 37.64% from 457); Blue value is 114 (44.92% from 255 or 24.95% from 457); Max value from RGB is 172 - color contains mainly: green. Hex color #ABAC72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAC72 is #54538D. Grayscale: #A5A5A5. Windows color (decimal): -5526414 or 7515307. OLE color: 7515307.

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

Color convert

RGB 171 172 114 -
CMYK 0.01 0 0.34 0.33
HSL 61.03º 0.26% 0.56% -
HSV(B) 61.03º 0.34% 0.67% -
XYZ 34.58 39.38 21.7 -
YUV 165.09 99.17 132.22 -
System Red Green Blue C M Y K H S L
Decimal 171 172 114 0.01 0 0.34 0.33 61.03 0.26 0.56
Hex AB AC 72 1 0 22 21 3D 1A 38
Octal 253 254 162 1 0 42 41 75 32 70
Binary 10101011 10101100 1110010 1 0 100010 100001 111101 11010 111000

Color Harmonies of #ABAC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAC72

Black with #ABAC72

Text Example


Text Example

White with #ABAC72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAC72; }

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

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

background-color css

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

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

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

border-color css

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

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

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