Html Css Color HEX #A8B099 Green Spring

📋 copy color: '#A8B099'

red 168 ◦ green 176 ◦ blue 153

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

Shades of Green Spring #A8B099

Tints of Green Spring #A8B099

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.41%

 BLUE value IS 153 (60.16% from 255) = 30.78%

R = 33.8%
G = 35.41%
B = 30.78%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#A8B099 (or 0xA8B099) is known color: Green Spring. HEX triplet: A8, B0 and 99. RGB value is (168,176,153). Sum of RGB (Red+Green+Blue) = 168+176+153=497 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.80% from 497); Green value is 176 (69.14% from 255 or 35.41% from 497); Blue value is 153 (60.16% from 255 or 30.78% from 497); Max value from RGB is 176 - color contains mainly: green. Hex color #A8B099 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8B099 is #574F66. Grayscale: #ABABAB. Windows color (decimal): -5721959 or 10072232. OLE color: 10072232.

HSL color Cylindrical-coordinate representation of color #A8B099: hue angle of 80.87º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A8B099 is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB 168 176 153 -
CMYK 0.05 0 0.13 0.31
HSL 80.87º 0.13% 0.65% -
HSV(B) 80.87º 0.13% 0.69% -
XYZ 37.42 41.68 36.21 -
YUV 170.99 117.85 125.87 -
System Red Green Blue C M Y K H S L
Decimal 168 176 153 0.05 0 0.13 0.31 80.87 0.13 0.65
Hex A8 B0 99 5 0 D 1F 51 D 41
Octal 250 260 231 5 0 15 37 121 15 101
Binary 10101000 10110000 10011001 101 0 1101 11111 1010001 1101 1000001

Color Harmonies of #A8B099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B099

Black with #A8B099

Text Example


Text Example

White with #A8B099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B099; }

 p { color: rgb(168,176,153); }

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

background-color css

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

 a { background-color: rgb(168,176,153); }

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

border-color css

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

 span { border-color: rgb(168,176,153); }

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