Html Css Color HEX #ABAC76 Locust

📋 copy color: '#ABAC76'

red 171 ◦ green 172 ◦ blue 118

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

Shades of Locust #ABAC76

Tints of Locust #ABAC76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 25.6%

R = 37.09%
G = 37.31%
B = 25.6%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#ABAC76 (or 0xABAC76) is known color: Locust. HEX triplet: AB, AC and 76. RGB value is (171,172,118). Sum of RGB (Red+Green+Blue) = 171+172+118=461 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.09% from 461); Green value is 172 (67.58% from 255 or 37.31% from 461); Blue value is 118 (46.48% from 255 or 25.60% from 461); Max value from RGB is 172 - color contains mainly: green. Hex color #ABAC76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAC76 is #545389. Grayscale: #A5A5A5. Windows color (decimal): -5526410 or 7777451. OLE color: 7777451.

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

Color convert

RGB 171 172 118 -
CMYK 0.01 0 0.31 0.33
HSL 61.11º 0.25% 0.57% -
HSV(B) 61.11º 0.31% 0.67% -
XYZ 34.82 39.47 22.92 -
YUV 165.55 101.17 131.89 -
System Red Green Blue C M Y K H S L
Decimal 171 172 118 0.01 0 0.31 0.33 61.11 0.25 0.57
Hex AB AC 76 1 0 1F 21 3D 19 39
Octal 253 254 166 1 0 37 41 75 31 71
Binary 10101011 10101100 1110110 1 0 11111 100001 111101 11001 111001

Color Harmonies of #ABAC76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAC76

Black with #ABAC76

Text Example


Text Example

White with #ABAC76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAC76; }

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

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

background-color css

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

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

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

border-color css

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

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

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