#A8BE9B

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

Shades of Spring Rain #A8BE9B

Tints of Spring Rain #A8BE9B

Color information

#A8BE9B (or 0xA8BE9B) is unknown color: approx Spring Rain. HEX triplet: A8, BE and 9B. RGB value is (168,190,155). Sum of RGB (Red+Green+Blue) = 168+190+155=513 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.75% from 513); Green value is 190 (74.61% from 255 or 37.04% from 513); Blue value is 155 (60.94% from 255 or 30.21% from 513); Max value from RGB is 190 - color contains mainly: green. Hex color #A8BE9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BE9B is #574164. Grayscale: #B3B3B3. Windows color (decimal): -5718373 or 10206888. OLE color: 10206888.

HSL color Cylindrical-coordinate representation of color #A8BE9B: hue angle of 97.71º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A8BE9B is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB168190155-
CMYK0.1200.180.25
HSL97.71º21.21%67.65%-
HSV(B)97.71º18.42%74.51%-
XYZ40.4847.5238.05-
YUV179.43114.21119.85-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.75%
GREEN value IS 190 (74.61% from 255) = 37.04%
BLUE value IS 155 (60.94% from 255) = 30.21%
R=32.75%
G=37.04%
B=30.21%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1681901550.1200.180.2597.7121.2167.65
HexA8BE9BC01219621544
Octal250276233140223114225104
Binary1010100010111110100110111100010010110011100010101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BE9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BE9B; }

 p { color: rgb(168,190,155); }

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

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

 a { background-color: rgb(168,190,155); }

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

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

 span { border-color: rgb(168,190,155); }

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