#A8B390

Color #A8B390 Green Spring (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Spring #A8B390

Tints of Green Spring #A8B390

Color information

#A8B390 (or 0xA8B390) is unknown color: approx Green Spring. HEX triplet: A8, B3 and 90. RGB value is (168,179,144). Sum of RGB (Red+Green+Blue) = 168+179+144=491 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.22% from 491); Green value is 179 (70.31% from 255 or 36.46% from 491); Blue value is 144 (56.64% from 255 or 29.33% from 491); Max value from RGB is 179 - color contains mainly: green. Hex color #A8B390 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B390 is #574C6F. Grayscale: #ABABAB. Windows color (decimal): -5721200 or 9483176. OLE color: 9483176.

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

Color convert

RGB168179144-
CMYK0.0600.200.30
HSL78.86º18.72%63.33%-
HSV(B)78.86º19.55%70.2%-
XYZ37.342.5832.64-
YUV171.72112.36125.35-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.22%
GREEN value IS 179 (70.31% from 255) = 36.46%
BLUE value IS 144 (56.64% from 255) = 29.33%
R=34.22%
G=36.46%
B=29.33%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1681791440.0600.200.3078.8618.7263.33
HexA8B39060141E4f133f
Octal2502632206024361172377
Binary10101000101100111001000011001010011110100111110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B390; }

 p { color: rgb(168,179,144); }

 H1.HeaderClassName
 {
   color: #A8B390;
 }
 .AnyTagClassName
 {
   color: #A8B390;
 }
</style>
background-color css

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

 a { background-color: rgb(168,179,144); }

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

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

 span { border-color: rgb(168,179,144); }

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