Html Css Color HEX #AAB68D Green Spring

📋 copy color: '#AAB68D'

red 170 ◦ green 182 ◦ blue 141

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

Shades of Green Spring #AAB68D

Tints of Green Spring #AAB68D

RGB

 RED value IS 170 (66.8% from 255) = 34.48%

 GREEN value IS 182 (71.48% from 255) = 36.92%

 BLUE value IS 141 (55.47% from 255) = 28.6%

R = 34.48%
G = 36.92%
B = 28.6%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#AAB68D (or 0xAAB68D) is known color: Green Spring. HEX triplet: AA, B6 and 8D. RGB value is (170,182,141). Sum of RGB (Red+Green+Blue) = 170+182+141=493 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.48% from 493); Green value is 182 (71.48% from 255 or 36.92% from 493); Blue value is 141 (55.47% from 255 or 28.60% from 493); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB68D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB68D is #554972. Grayscale: #ADADAD. Windows color (decimal): -5589363 or 9287338. OLE color: 9287338.

HSL color Cylindrical-coordinate representation of color #AAB68D: hue angle of 77.56º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AAB68D is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB 170 182 141 -
CMYK 0.07 0 0.23 0.29
HSL 77.56º 0.22% 0.63% -
HSV(B) 77.56º 0.23% 0.71% -
XYZ 38.11 43.93 31.67 -
YUV 173.74 109.52 125.33 -
System Red Green Blue C M Y K H S L
Decimal 170 182 141 0.07 0 0.23 0.29 77.56 0.22 0.63
Hex AA B6 8D 7 0 17 1D 4E 16 3F
Octal 252 266 215 7 0 27 35 116 26 77
Binary 10101010 10110110 10001101 111 0 10111 11101 1001110 10110 111111

Color Harmonies of #AAB68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB68D

Black with #AAB68D

Text Example


Text Example

White with #AAB68D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB68D; }

 p { color: rgb(170,182,141); }

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

background-color css

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

 a { background-color: rgb(170,182,141); }

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

border-color css

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

 span { border-color: rgb(170,182,141); }

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