Html Css Color HEX #A8B18D Green Spring

📋 copy color: '#A8B18D'

red 168 ◦ green 177 ◦ blue 141

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

Shades of Green Spring #A8B18D

Tints of Green Spring #A8B18D

RGB

 RED value IS 168 (66.02% from 255) = 34.57%

 GREEN value IS 177 (69.53% from 255) = 36.42%

 BLUE value IS 141 (55.47% from 255) = 29.01%

R = 34.57%
G = 36.42%
B = 29.01%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#A8B18D (or 0xA8B18D) is known color: Green Spring. HEX triplet: A8, B1 and 8D. RGB value is (168,177,141). Sum of RGB (Red+Green+Blue) = 168+177+141=486 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.57% from 486); Green value is 177 (69.53% from 255 or 36.42% from 486); Blue value is 141 (55.47% from 255 or 29.01% from 486); Max value from RGB is 177 - color contains mainly: green. Hex color #A8B18D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8B18D is #574E72. Grayscale: #AAAAAA. Windows color (decimal): -5721715 or 9286056. OLE color: 9286056.

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

Color convert

RGB 168 177 141 -
CMYK 0.05 0 0.20 0.31
HSL 75º 0.19% 0.62% -
HSV(B) 75º 0.2% 0.69% -
XYZ 36.68 41.69 31.31 -
YUV 170.21 111.52 126.43 -
System Red Green Blue C M Y K H S L
Decimal 168 177 141 0.05 0 0.20 0.31 75 0.19 0.62
Hex A8 B1 8D 5 0 14 1F 4B 13 3E
Octal 250 261 215 5 0 24 37 113 23 76
Binary 10101000 10110001 10001101 101 0 10100 11111 1001011 10011 111110

Color Harmonies of #A8B18D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B18D

Black with #A8B18D

Text Example


Text Example

White with #A8B18D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B18D; }

 p { color: rgb(168,177,141); }

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

background-color css

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

 a { background-color: rgb(168,177,141); }

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

border-color css

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

 span { border-color: rgb(168,177,141); }

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