Html Css Color HEX #AAB298 Green Spring

📋 copy color: '#AAB298'

red 170 ◦ green 178 ◦ blue 152

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

Shades of Green Spring #AAB298

Tints of Green Spring #AAB298

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.6%

 BLUE value IS 152 (59.77% from 255) = 30.4%

R = 34%
G = 35.6%
B = 30.4%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.15

 K value IS 0.30

RGB Variations

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

Color information

#AAB298 (or 0xAAB298) is known color: Green Spring. HEX triplet: AA, B2 and 98. RGB value is (170,178,152). Sum of RGB (Red+Green+Blue) = 170+178+152=500 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34% from 500); Green value is 178 (69.92% from 255 or 35.6% from 500); Blue value is 152 (59.77% from 255 or 30.4% from 500); Max value from RGB is 178 - color contains mainly: green. Hex color #AAB298 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB298 is #554D67. Grayscale: #ACACAC. Windows color (decimal): -5590376 or 10007210. OLE color: 10007210.

HSL color Cylindrical-coordinate representation of color #AAB298: hue angle of 78.46º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AAB298 is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.30.

Color convert

RGB 170 178 152 -
CMYK 0.04 0 0.15 0.30
HSL 78.46º 0.14% 0.65% -
HSV(B) 78.46º 0.15% 0.7% -
XYZ 38.17 42.65 35.93 -
YUV 172.64 116.35 126.11 -
System Red Green Blue C M Y K H S L
Decimal 170 178 152 0.04 0 0.15 0.30 78.46 0.14 0.65
Hex AA B2 98 4 0 F 1E 4E E 41
Octal 252 262 230 4 0 17 36 116 16 101
Binary 10101010 10110010 10011000 100 0 1111 11110 1001110 1110 1000001

Color Harmonies of #AAB298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB298

Black with #AAB298

Text Example


Text Example

White with #AAB298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB298; }

 p { color: rgb(170,178,152); }

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

background-color css

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

 a { background-color: rgb(170,178,152); }

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

border-color css

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

 span { border-color: rgb(170,178,152); }

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