Html Css Color HEX #A8B495 Green Spring

📋 copy color: '#A8B495'

red 168 ◦ green 180 ◦ blue 149

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

Shades of Green Spring #A8B495

Tints of Green Spring #A8B495

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.22%

 BLUE value IS 149 (58.59% from 255) = 29.98%

R = 33.8%
G = 36.22%
B = 29.98%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.17

 K value IS 0.29

RGB Variations

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

Color information

#A8B495 (or 0xA8B495) is known color: Green Spring. HEX triplet: A8, B4 and 95. RGB value is (168,180,149). Sum of RGB (Red+Green+Blue) = 168+180+149=497 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.80% from 497); Green value is 180 (70.70% from 255 or 36.22% from 497); Blue value is 149 (58.59% from 255 or 29.98% from 497); Max value from RGB is 180 - color contains mainly: green. Hex color #A8B495 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B495 is #574B6A. Grayscale: #ACACAC. Windows color (decimal): -5720939 or 9811112. OLE color: 9811112.

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

Color convert

RGB 168 180 149 -
CMYK 0.07 0 0.17 0.29
HSL 83.23º 0.17% 0.65% -
HSV(B) 83.23º 0.17% 0.71% -
XYZ 37.89 43.14 34.76 -
YUV 172.88 114.52 124.52 -
System Red Green Blue C M Y K H S L
Decimal 168 180 149 0.07 0 0.17 0.29 83.23 0.17 0.65
Hex A8 B4 95 7 0 11 1D 53 11 41
Octal 250 264 225 7 0 21 35 123 21 101
Binary 10101000 10110100 10010101 111 0 10001 11101 1010011 10001 1000001

Color Harmonies of #A8B495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B495

Black with #A8B495

Text Example


Text Example

White with #A8B495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B495; }

 p { color: rgb(168,180,149); }

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

background-color css

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

 a { background-color: rgb(168,180,149); }

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

border-color css

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

 span { border-color: rgb(168,180,149); }

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