Html Css Color HEX #AEB379 Locust

📋 copy color: '#AEB379'

red 174 ◦ green 179 ◦ blue 121

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

Shades of Locust #AEB379

Tints of Locust #AEB379

RGB

 RED value IS 174 (68.36% from 255) = 36.71%

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

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

R = 36.71%
G = 37.76%
B = 25.53%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.32

 K value IS 0.30

RGB Variations

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

Color information

#AEB379 (or 0xAEB379) is known color: Locust. HEX triplet: AE, B3 and 79. RGB value is (174,179,121). Sum of RGB (Red+Green+Blue) = 174+179+121=474 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.71% from 474); Green value is 179 (70.31% from 255 or 37.76% from 474); Blue value is 121 (47.66% from 255 or 25.53% from 474); Max value from RGB is 179 - color contains mainly: green. Hex color #AEB379 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB379 is #514C86. Grayscale: #ABABAB. Windows color (decimal): -5328007 or 7975854. OLE color: 7975854.

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

Color convert

RGB 174 179 121 -
CMYK 0.03 0 0.32 0.30
HSL 65.17º 0.28% 0.59% -
HSV(B) 65.17º 0.32% 0.7% -
XYZ 37.03 42.62 24.36 -
YUV 170.89 99.84 130.22 -
System Red Green Blue C M Y K H S L
Decimal 174 179 121 0.03 0 0.32 0.30 65.17 0.28 0.59
Hex AE B3 79 3 0 20 1E 41 1C 3B
Octal 256 263 171 3 0 40 36 101 34 73
Binary 10101110 10110011 1111001 11 0 100000 11110 1000001 11100 111011

Color Harmonies of #AEB379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB379

Black with #AEB379

Text Example


Text Example

White with #AEB379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB379; }

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

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

background-color css

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

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

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

border-color css

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

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

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