Html Css Color HEX #A6B08B Green Spring

📋 copy color: '#A6B08B'

red 166 ◦ green 176 ◦ blue 139

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

Shades of Green Spring #A6B08B

Tints of Green Spring #A6B08B

RGB

 RED value IS 166 (65.23% from 255) = 34.51%

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

 BLUE value IS 139 (54.69% from 255) = 28.9%

R = 34.51%
G = 36.59%
B = 28.9%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#A6B08B (or 0xA6B08B) is known color: Green Spring. HEX triplet: A6, B0 and 8B. RGB value is (166,176,139). Sum of RGB (Red+Green+Blue) = 166+176+139=481 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.51% from 481); Green value is 176 (69.14% from 255 or 36.59% from 481); Blue value is 139 (54.69% from 255 or 28.90% from 481); Max value from RGB is 176 - color contains mainly: green. Hex color #A6B08B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6B08B is #594F74. Grayscale: #A8A8A8. Windows color (decimal): -5853045 or 9154726. OLE color: 9154726.

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

Color convert

RGB 166 176 139 -
CMYK 0.06 0 0.21 0.31
HSL 76.22º 0.19% 0.62% -
HSV(B) 76.22º 0.21% 0.69% -
XYZ 35.91 41.02 30.45 -
YUV 168.79 111.19 126.01 -
System Red Green Blue C M Y K H S L
Decimal 166 176 139 0.06 0 0.21 0.31 76.22 0.19 0.62
Hex A6 B0 8B 6 0 15 1F 4C 13 3E
Octal 246 260 213 6 0 25 37 114 23 76
Binary 10100110 10110000 10001011 110 0 10101 11111 1001100 10011 111110

Color Harmonies of #A6B08B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B08B

Black with #A6B08B

Text Example


Text Example

White with #A6B08B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B08B; }

 p { color: rgb(166,176,139); }

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

background-color css

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

 a { background-color: rgb(166,176,139); }

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

border-color css

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

 span { border-color: rgb(166,176,139); }

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