Html Css Color HEX #A5B08A Green Spring

📋 copy color: '#A5B08A'

red 165 ◦ green 176 ◦ blue 138

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

Shades of Green Spring #A5B08A

Tints of Green Spring #A5B08A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.81%

R = 34.45%
G = 36.74%
B = 28.81%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#A5B08A (or 0xA5B08A) is known color: Green Spring. HEX triplet: A5, B0 and 8A. RGB value is (165,176,138). Sum of RGB (Red+Green+Blue) = 165+176+138=479 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.45% from 479); Green value is 176 (69.14% from 255 or 36.74% from 479); Blue value is 138 (54.30% from 255 or 28.81% from 479); Max value from RGB is 176 - color contains mainly: green. Hex color #A5B08A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5B08A is #5A4F75. Grayscale: #A8A8A8. Windows color (decimal): -5918582 or 9089189. OLE color: 9089189.

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

Color convert

RGB 165 176 138 -
CMYK 0.06 0 0.22 0.31
HSL 77.37º 0.19% 0.62% -
HSV(B) 77.37º 0.22% 0.69% -
XYZ 35.63 40.88 30.06 -
YUV 168.38 110.86 125.59 -
System Red Green Blue C M Y K H S L
Decimal 165 176 138 0.06 0 0.22 0.31 77.37 0.19 0.62
Hex A5 B0 8A 6 0 16 1F 4D 13 3E
Octal 245 260 212 6 0 26 37 115 23 76
Binary 10100101 10110000 10001010 110 0 10110 11111 1001101 10011 111110

Color Harmonies of #A5B08A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B08A

Black with #A5B08A

Text Example


Text Example

White with #A5B08A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B08A; }

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

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

background-color css

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

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

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

border-color css

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

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

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