Html Css Color HEX #A8B396 Green Spring

📋 copy color: '#A8B396'

red 168 ◦ green 179 ◦ blue 150

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

Shades of Green Spring #A8B396

Tints of Green Spring #A8B396

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 30.18%

R = 33.8%
G = 36.02%
B = 30.18%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#A8B396 (or 0xA8B396) is known color: Green Spring. HEX triplet: A8, B3 and 96. RGB value is (168,179,150). Sum of RGB (Red+Green+Blue) = 168+179+150=497 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.80% from 497); Green value is 179 (70.31% from 255 or 36.02% from 497); Blue value is 150 (58.98% from 255 or 30.18% from 497); Max value from RGB is 179 - color contains mainly: green. Hex color #A8B396 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B396 is #574C69. Grayscale: #ACACAC. Windows color (decimal): -5721194 or 9876392. OLE color: 9876392.

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

Color convert

RGB 168 179 150 -
CMYK 0.06 0 0.16 0.30
HSL 82.76º 0.16% 0.65% -
HSV(B) 82.76º 0.16% 0.7% -
XYZ 37.77 42.77 35.12 -
YUV 172.41 115.36 124.86 -
System Red Green Blue C M Y K H S L
Decimal 168 179 150 0.06 0 0.16 0.30 82.76 0.16 0.65
Hex A8 B3 96 6 0 10 1E 53 10 41
Octal 250 263 226 6 0 20 36 123 20 101
Binary 10101000 10110011 10010110 110 0 10000 11110 1010011 10000 1000001

Color Harmonies of #A8B396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B396

Black with #A8B396

Text Example


Text Example

White with #A8B396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B396; }

 p { color: rgb(168,179,150); }

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

background-color css

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

 a { background-color: rgb(168,179,150); }

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

border-color css

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

 span { border-color: rgb(168,179,150); }

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