#A0BE92

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

Shades of Spring Rain #A0BE92

Tints of Spring Rain #A0BE92

Color information

#A0BE92 (or 0xA0BE92) is unknown color: approx Spring Rain. HEX triplet: A0, BE and 92. RGB value is (160,190,146). Sum of RGB (Red+Green+Blue) = 160+190+146=496 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.26% from 496); Green value is 190 (74.61% from 255 or 38.31% from 496); Blue value is 146 (57.42% from 255 or 29.44% from 496); Max value from RGB is 190 - color contains mainly: green. Hex color #A0BE92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BE92 is #5F416D. Grayscale: #B0B0B0. Windows color (decimal): -6242670 or 9617056. OLE color: 9617056.

HSL color Cylindrical-coordinate representation of color #A0BE92: hue angle of 100.91º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A0BE92 is Cyan = 0.16, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB160190146-
CMYK0.1600.230.25
HSL100.91º25.29%65.88%-
HSV(B)100.91º23.16%74.51%-
XYZ38.146.3834.14-
YUV176.01111.06116.58-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.26%
GREEN value IS 190 (74.61% from 255) = 38.31%
BLUE value IS 146 (57.42% from 255) = 29.44%
R=32.26%
G=38.31%
B=29.44%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1601901460.1600.230.25100.9125.2965.88
HexA0BE921001719651942
Octal240276222200273114531102
Binary10100000101111101001001010000010111110011100101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BE92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BE92; }

 p { color: rgb(160,190,146); }

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

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

 a { background-color: rgb(160,190,146); }

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

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

 span { border-color: rgb(160,190,146); }

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