Html Css Color HEX #ABAC83 Locust

📋 copy color: '#ABAC83'

red 171 ◦ green 172 ◦ blue 131

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

Shades of Locust #ABAC83

Tints of Locust #ABAC83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 27.64%

R = 36.08%
G = 36.29%
B = 27.64%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#ABAC83 (or 0xABAC83) is known color: Locust. HEX triplet: AB, AC and 83. RGB value is (171,172,131). Sum of RGB (Red+Green+Blue) = 171+172+131=474 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.08% from 474); Green value is 172 (67.58% from 255 or 36.29% from 474); Blue value is 131 (51.56% from 255 or 27.64% from 474); Max value from RGB is 172 - color contains mainly: green. Hex color #ABAC83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAC83 is #54537C. Grayscale: #A7A7A7. Windows color (decimal): -5526397 or 8629419. OLE color: 8629419.

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

Color convert

RGB 171 172 131 -
CMYK 0.01 0 0.24 0.33
HSL 61.46º 0.2% 0.59% -
HSV(B) 61.46º 0.24% 0.67% -
XYZ 35.64 39.8 27.28 -
YUV 167.03 107.67 130.83 -
System Red Green Blue C M Y K H S L
Decimal 171 172 131 0.01 0 0.24 0.33 61.46 0.2 0.59
Hex AB AC 83 1 0 18 21 3D 14 3B
Octal 253 254 203 1 0 30 41 75 24 73
Binary 10101011 10101100 10000011 1 0 11000 100001 111101 10100 111011

Color Harmonies of #ABAC83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAC83

Black with #ABAC83

Text Example


Text Example

White with #ABAC83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAC83; }

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

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

background-color css

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

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

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

border-color css

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

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

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