Html Css Color HEX #ABB379 Locust

📋 copy color: '#ABB379'

red 171 ◦ green 179 ◦ blue 121

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

Shades of Locust #ABB379

Tints of Locust #ABB379

RGB

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

 GREEN value IS 179 (70.31% from 255) = 38%

 BLUE value IS 121 (47.66% from 255) = 25.69%

R = 36.31%
G = 38%
B = 25.69%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.32

 K value IS 0.30

RGB Variations

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

Color information

#ABB379 (or 0xABB379) is known color: Locust. HEX triplet: AB, B3 and 79. RGB value is (171,179,121). Sum of RGB (Red+Green+Blue) = 171+179+121=471 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.31% from 471); Green value is 179 (70.31% from 255 or 38.00% from 471); Blue value is 121 (47.66% from 255 or 25.69% from 471); Max value from RGB is 179 - color contains mainly: green. Hex color #ABB379 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABB379 is #544C86. Grayscale: #AAAAAA. Windows color (decimal): -5524615 or 7975851. OLE color: 7975851.

HSL color Cylindrical-coordinate representation of color #ABB379: hue angle of 68.28º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABB379 is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.30.

Color convert

RGB 171 179 121 -
CMYK 0.04 0 0.32 0.30
HSL 68.28º 0.28% 0.59% -
HSV(B) 68.28º 0.32% 0.7% -
XYZ 36.37 42.28 24.33 -
YUV 170 100.35 128.72 -
System Red Green Blue C M Y K H S L
Decimal 171 179 121 0.04 0 0.32 0.30 68.28 0.28 0.59
Hex AB B3 79 4 0 20 1E 44 1C 3B
Octal 253 263 171 4 0 40 36 104 34 73
Binary 10101011 10110011 1111001 100 0 100000 11110 1000100 11100 111011

Color Harmonies of #ABB379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB379

Black with #ABB379

Text Example


Text Example

White with #ABB379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB379; }

 p { color: rgb(171,179,121); }

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

background-color css

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

 a { background-color: rgb(171,179,121); }

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

border-color css

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

 span { border-color: rgb(171,179,121); }

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