Html Css Color HEX #A8B28D Green Spring

📋 copy color: '#A8B28D'

red 168 ◦ green 178 ◦ blue 141

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

Shades of Green Spring #A8B28D

Tints of Green Spring #A8B28D

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.55%

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

R = 34.5%
G = 36.55%
B = 28.95%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#A8B28D (or 0xA8B28D) is known color: Green Spring. HEX triplet: A8, B2 and 8D. RGB value is (168,178,141). Sum of RGB (Red+Green+Blue) = 168+178+141=487 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.50% from 487); Green value is 178 (69.92% from 255 or 36.55% from 487); Blue value is 141 (55.47% from 255 or 28.95% from 487); Max value from RGB is 178 - color contains mainly: green. Hex color #A8B28D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8B28D is #574D72. Grayscale: #AAAAAA. Windows color (decimal): -5721459 or 9286312. OLE color: 9286312.

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

Color convert

RGB 168 178 141 -
CMYK 0.06 0 0.21 0.30
HSL 76.22º 0.19% 0.63% -
HSV(B) 76.22º 0.21% 0.7% -
XYZ 36.88 42.09 31.38 -
YUV 170.79 111.19 126.01 -
System Red Green Blue C M Y K H S L
Decimal 168 178 141 0.06 0 0.21 0.30 76.22 0.19 0.63
Hex A8 B2 8D 6 0 15 1E 4C 13 3F
Octal 250 262 215 6 0 25 36 114 23 77
Binary 10101000 10110010 10001101 110 0 10101 11110 1001100 10011 111111

Color Harmonies of #A8B28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B28D

Black with #A8B28D

Text Example


Text Example

White with #A8B28D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B28D; }

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

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

background-color css

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

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

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

border-color css

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

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

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