Html Css Color HEX #A5AB93 Green Spring

📋 copy color: '#A5AB93'

red 165 ◦ green 171 ◦ blue 147

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

Shades of Green Spring #A5AB93

Tints of Green Spring #A5AB93

RGB

 RED value IS 165 (64.84% from 255) = 34.16%

 GREEN value IS 171 (67.19% from 255) = 35.4%

 BLUE value IS 147 (57.81% from 255) = 30.43%

R = 34.16%
G = 35.4%
B = 30.43%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.14

 K value IS 0.33

RGB Variations

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

Color information

#A5AB93 (or 0xA5AB93) is known color: Green Spring. HEX triplet: A5, AB and 93. RGB value is (165,171,147). Sum of RGB (Red+Green+Blue) = 165+171+147=483 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.16% from 483); Green value is 171 (67.19% from 255 or 35.40% from 483); Blue value is 147 (57.81% from 255 or 30.43% from 483); Max value from RGB is 171 - color contains mainly: green. Hex color #A5AB93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5AB93 is #5A546C. Grayscale: #A6A6A6. Windows color (decimal): -5919853 or 9677733. OLE color: 9677733.

HSL color Cylindrical-coordinate representation of color #A5AB93: hue angle of 75º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A5AB93 is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.33.

Color convert

RGB 165 171 147 -
CMYK 0.04 0 0.14 0.33
HSL 75º 0.13% 0.62% -
HSV(B) 75º 0.14% 0.67% -
XYZ 35.35 39.23 33.31 -
YUV 166.47 117.01 126.95 -
System Red Green Blue C M Y K H S L
Decimal 165 171 147 0.04 0 0.14 0.33 75 0.13 0.62
Hex A5 AB 93 4 0 E 21 4B C 3E
Octal 245 253 223 4 0 16 41 113 14 76
Binary 10100101 10101011 10010011 100 0 1110 100001 1001011 1100 111110

Color Harmonies of #A5AB93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AB93

Black with #A5AB93

Text Example


Text Example

White with #A5AB93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AB93; }

 p { color: rgb(165,171,147); }

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

background-color css

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

 a { background-color: rgb(165,171,147); }

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

border-color css

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

 span { border-color: rgb(165,171,147); }

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