Html Css Color HEX #A8B377 Locust

📋 copy color: '#A8B377'

red 168 ◦ green 179 ◦ blue 119

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

Shades of Locust #A8B377

Tints of Locust #A8B377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 25.54%

R = 36.05%
G = 38.41%
B = 25.54%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#A8B377 (or 0xA8B377) is known color: Locust. HEX triplet: A8, B3 and 77. RGB value is (168,179,119). Sum of RGB (Red+Green+Blue) = 168+179+119=466 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.05% from 466); Green value is 179 (70.31% from 255 or 38.41% from 466); Blue value is 119 (46.88% from 255 or 25.54% from 466); Max value from RGB is 179 - color contains mainly: green. Hex color #A8B377 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B377 is #574C88. Grayscale: #A9A9A9. Windows color (decimal): -5721225 or 7844776. OLE color: 7844776.

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

Color convert

RGB 168 179 119 -
CMYK 0.06 0 0.34 0.30
HSL 71º 0.28% 0.58% -
HSV(B) 71º 0.34% 0.7% -
XYZ 35.6 41.9 23.66 -
YUV 168.87 99.86 127.38 -
System Red Green Blue C M Y K H S L
Decimal 168 179 119 0.06 0 0.34 0.30 71 0.28 0.58
Hex A8 B3 77 6 0 22 1E 47 1C 3A
Octal 250 263 167 6 0 42 36 107 34 72
Binary 10101000 10110011 1110111 110 0 100010 11110 1000111 11100 111010

Color Harmonies of #A8B377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B377

Black with #A8B377

Text Example


Text Example

White with #A8B377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B377; }

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

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

background-color css

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

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

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

border-color css

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

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

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