Html Css Color HEX #A9B096 Green Spring

📋 copy color: '#A9B096'

red 169 ◦ green 176 ◦ blue 150

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

Shades of Green Spring #A9B096

Tints of Green Spring #A9B096

RGB

 RED value IS 169 (66.41% from 255) = 34.14%

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

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

R = 34.14%
G = 35.56%
B = 30.3%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#A9B096 (or 0xA9B096) is known color: Green Spring. HEX triplet: A9, B0 and 96. RGB value is (169,176,150). Sum of RGB (Red+Green+Blue) = 169+176+150=495 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.14% from 495); Green value is 176 (69.14% from 255 or 35.56% from 495); Blue value is 150 (58.98% from 255 or 30.30% from 495); Max value from RGB is 176 - color contains mainly: green. Hex color #A9B096 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9B096 is #564F69. Grayscale: #ABABAB. Windows color (decimal): -5656426 or 9875625. OLE color: 9875625.

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

Color convert

RGB 169 176 150 -
CMYK 0.04 0 0.15 0.31
HSL 76.15º 0.14% 0.64% -
HSV(B) 76.15º 0.15% 0.69% -
XYZ 37.39 41.69 34.93 -
YUV 170.94 116.18 126.61 -
System Red Green Blue C M Y K H S L
Decimal 169 176 150 0.04 0 0.15 0.31 76.15 0.14 0.64
Hex A9 B0 96 4 0 F 1F 4C E 40
Octal 251 260 226 4 0 17 37 114 16 100
Binary 10101001 10110000 10010110 100 0 1111 11111 1001100 1110 1000000

Color Harmonies of #A9B096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9B096

Black with #A9B096

Text Example


Text Example

White with #A9B096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9B096; }

 p { color: rgb(169,176,150); }

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

background-color css

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

 a { background-color: rgb(169,176,150); }

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

border-color css

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

 span { border-color: rgb(169,176,150); }

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