Html Css Color HEX #A8B379 Locust

📋 copy color: '#A8B379'

red 168 ◦ green 179 ◦ blue 121

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

Shades of Locust #A8B379

Tints of Locust #A8B379

RGB

 RED value IS 168 (66.02% from 255) = 35.9%

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

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

R = 35.9%
G = 38.25%
B = 25.85%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.32

 K value IS 0.30

RGB Variations

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

Color information

#A8B379 (or 0xA8B379) is known color: Locust. HEX triplet: A8, B3 and 79. RGB value is (168,179,121). Sum of RGB (Red+Green+Blue) = 168+179+121=468 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.90% from 468); Green value is 179 (70.31% from 255 or 38.25% from 468); Blue value is 121 (47.66% from 255 or 25.85% from 468); Max value from RGB is 179 - color contains mainly: green. Hex color #A8B379 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B379 is #574C86. Grayscale: #A9A9A9. Windows color (decimal): -5721223 or 7975848. OLE color: 7975848.

HSL color Cylindrical-coordinate representation of color #A8B379: hue angle of 71.38º 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 #A8B379 is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.30.

Color convert

RGB 168 179 121 -
CMYK 0.06 0 0.32 0.30
HSL 71.38º 0.28% 0.59% -
HSV(B) 71.38º 0.32% 0.7% -
XYZ 35.72 41.95 24.3 -
YUV 169.1 100.86 127.22 -
System Red Green Blue C M Y K H S L
Decimal 168 179 121 0.06 0 0.32 0.30 71.38 0.28 0.59
Hex A8 B3 79 6 0 20 1E 47 1C 3B
Octal 250 263 171 6 0 40 36 107 34 73
Binary 10101000 10110011 1111001 110 0 100000 11110 1000111 11100 111011

Color Harmonies of #A8B379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B379

Black with #A8B379

Text Example


Text Example

White with #A8B379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B379; }

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

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

background-color css

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

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

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

border-color css

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

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

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