Html Css Color HEX #A5B091 Green Spring

📋 copy color: '#A5B091'

red 165 ◦ green 176 ◦ blue 145

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

Shades of Green Spring #A5B091

Tints of Green Spring #A5B091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 29.84%

R = 33.95%
G = 36.21%
B = 29.84%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#A5B091 (or 0xA5B091) is known color: Green Spring. HEX triplet: A5, B0 and 91. RGB value is (165,176,145). Sum of RGB (Red+Green+Blue) = 165+176+145=486 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.95% from 486); Green value is 176 (69.14% from 255 or 36.21% from 486); Blue value is 145 (57.03% from 255 or 29.84% from 486); Max value from RGB is 176 - color contains mainly: green. Hex color #A5B091 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5B091 is #5A4F6E. Grayscale: #A9A9A9. Windows color (decimal): -5918575 or 9547941. OLE color: 9547941.

HSL color Cylindrical-coordinate representation of color #A5B091: hue angle of 81.29º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A5B091 is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB 165 176 145 -
CMYK 0.06 0 0.18 0.31
HSL 81.29º 0.16% 0.63% -
HSV(B) 81.29º 0.18% 0.69% -
XYZ 36.15 41.09 32.81 -
YUV 169.18 114.36 125.02 -
System Red Green Blue C M Y K H S L
Decimal 165 176 145 0.06 0 0.18 0.31 81.29 0.16 0.63
Hex A5 B0 91 6 0 12 1F 51 10 3F
Octal 245 260 221 6 0 22 37 121 20 77
Binary 10100101 10110000 10010001 110 0 10010 11111 1010001 10000 111111

Color Harmonies of #A5B091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B091

Black with #A5B091

Text Example


Text Example

White with #A5B091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B091; }

 p { color: rgb(165,176,145); }

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

background-color css

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

 a { background-color: rgb(165,176,145); }

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

border-color css

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

 span { border-color: rgb(165,176,145); }

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