Html Css Color HEX #A8B37A Locust

📋 copy color: '#A8B37A'

red 168 ◦ green 179 ◦ blue 122

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

Shades of Locust #A8B37A

Tints of Locust #A8B37A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 26.01%

R = 35.82%
G = 38.17%
B = 26.01%

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

#A8B37A (or 0xA8B37A) is known color: Locust. HEX triplet: A8, B3 and 7A. RGB value is (168,179,122). Sum of RGB (Red+Green+Blue) = 168+179+122=469 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.82% from 469); Green value is 179 (70.31% from 255 or 38.17% from 469); Blue value is 122 (48.05% from 255 or 26.01% from 469); Max value from RGB is 179 - color contains mainly: green. Hex color #A8B37A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B37A is #574C85. Grayscale: #A9A9A9. Windows color (decimal): -5721222 or 8041384. OLE color: 8041384.

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

Color convert

RGB 168 179 122 -
CMYK 0.06 0 0.32 0.30
HSL 71.58º 0.27% 0.59% -
HSV(B) 71.58º 0.32% 0.7% -
XYZ 35.78 41.97 24.63 -
YUV 169.21 101.36 127.13 -
System Red Green Blue C M Y K H S L
Decimal 168 179 122 0.06 0 0.32 0.30 71.58 0.27 0.59
Hex A8 B3 7A 6 0 20 1E 48 1B 3B
Octal 250 263 172 6 0 40 36 110 33 73
Binary 10101000 10110011 1111010 110 0 100000 11110 1001000 11011 111011

Color Harmonies of #A8B37A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B37A

Black with #A8B37A

Text Example


Text Example

White with #A8B37A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B37A; }

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

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

background-color css

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

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

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

border-color css

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

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

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