Html Css Color HEX #AEB380 Locust

📋 copy color: '#AEB380'

red 174 ◦ green 179 ◦ blue 128

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

Shades of Locust #AEB380

Tints of Locust #AEB380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 26.61%

R = 36.17%
G = 37.21%
B = 26.61%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#AEB380 (or 0xAEB380) is known color: Locust. HEX triplet: AE, B3 and 80. RGB value is (174,179,128). Sum of RGB (Red+Green+Blue) = 174+179+128=481 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.17% from 481); Green value is 179 (70.31% from 255 or 37.21% from 481); Blue value is 128 (50.39% from 255 or 26.61% from 481); Max value from RGB is 179 - color contains mainly: green. Hex color #AEB380 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB380 is #514C7F. Grayscale: #ABABAB. Windows color (decimal): -5328000 or 8434606. OLE color: 8434606.

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

Color convert

RGB 174 179 128 -
CMYK 0.03 0 0.28 0.30
HSL 65.88º 0.25% 0.6% -
HSV(B) 65.88º 0.28% 0.7% -
XYZ 37.47 42.8 26.71 -
YUV 171.69 103.34 129.65 -
System Red Green Blue C M Y K H S L
Decimal 174 179 128 0.03 0 0.28 0.30 65.88 0.25 0.6
Hex AE B3 80 3 0 1C 1E 42 19 3C
Octal 256 263 200 3 0 34 36 102 31 74
Binary 10101110 10110011 10000000 11 0 11100 11110 1000010 11001 111100

Color Harmonies of #AEB380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB380

Black with #AEB380

Text Example


Text Example

White with #AEB380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB380; }

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

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

background-color css

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

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

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

border-color css

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

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

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