Html Css Color HEX #A8B48C Green Spring

📋 copy color: '#A8B48C'

red 168 ◦ green 180 ◦ blue 140

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

Shades of Green Spring #A8B48C

Tints of Green Spring #A8B48C

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.89%

 BLUE value IS 140 (55.08% from 255) = 28.69%

R = 34.43%
G = 36.89%
B = 28.69%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#A8B48C (or 0xA8B48C) is known color: Green Spring. HEX triplet: A8, B4 and 8C. RGB value is (168,180,140). Sum of RGB (Red+Green+Blue) = 168+180+140=488 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.43% from 488); Green value is 180 (70.70% from 255 or 36.89% from 488); Blue value is 140 (55.08% from 255 or 28.69% from 488); Max value from RGB is 180 - color contains mainly: green. Hex color #A8B48C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B48C is #574B73. Grayscale: #ACACAC. Windows color (decimal): -5720948 or 9221288. OLE color: 9221288.

HSL color Cylindrical-coordinate representation of color #A8B48C: hue angle of 78º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A8B48C is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB 168 180 140 -
CMYK 0.07 0 0.22 0.29
HSL 78º 0.21% 0.63% -
HSV(B) 78º 0.22% 0.71% -
XYZ 37.2 42.86 31.12 -
YUV 171.85 110.02 125.25 -
System Red Green Blue C M Y K H S L
Decimal 168 180 140 0.07 0 0.22 0.29 78 0.21 0.63
Hex A8 B4 8C 7 0 16 1D 4E 15 3F
Octal 250 264 214 7 0 26 35 116 25 77
Binary 10101000 10110100 10001100 111 0 10110 11101 1001110 10101 111111

Color Harmonies of #A8B48C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B48C

Black with #A8B48C

Text Example


Text Example

White with #A8B48C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B48C; }

 p { color: rgb(168,180,140); }

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

background-color css

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

 a { background-color: rgb(168,180,140); }

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

border-color css

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

 span { border-color: rgb(168,180,140); }

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