Html Css Color HEX #A0BD93 Spring Rain

📋 copy color: '#A0BD93'

red 160 ◦ green 189 ◦ blue 147

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

Shades of Spring Rain #A0BD93

Tints of Spring Rain #A0BD93

RGB

 RED value IS 160 (62.89% from 255) = 32.26%

 GREEN value IS 189 (74.22% from 255) = 38.1%

 BLUE value IS 147 (57.81% from 255) = 29.64%

R = 32.26%
G = 38.1%
B = 29.64%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#A0BD93 (or 0xA0BD93) is known color: Spring Rain. HEX triplet: A0, BD and 93. RGB value is (160,189,147). Sum of RGB (Red+Green+Blue) = 160+189+147=496 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.26% from 496); Green value is 189 (74.22% from 255 or 38.10% from 496); Blue value is 147 (57.81% from 255 or 29.64% from 496); Max value from RGB is 189 - color contains mainly: green. Hex color #A0BD93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BD93 is #5F426C. Grayscale: #AFAFAF. Windows color (decimal): -6242925 or 9682336. OLE color: 9682336.

HSL color Cylindrical-coordinate representation of color #A0BD93: hue angle of 101.43º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A0BD93 is Cyan = 0.15, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.26.

Color convert

RGB 160 189 147 -
CMYK 0.15 0 0.22 0.26
HSL 101.43º 0.24% 0.66% -
HSV(B) 101.43º 0.22% 0.74% -
XYZ 37.96 45.98 34.48 -
YUV 175.54 111.89 116.92 -
System Red Green Blue C M Y K H S L
Decimal 160 189 147 0.15 0 0.22 0.26 101.43 0.24 0.66
Hex A0 BD 93 F 0 16 1A 65 18 42
Octal 240 275 223 17 0 26 32 145 30 102
Binary 10100000 10111101 10010011 1111 0 10110 11010 1100101 11000 1000010

Color Harmonies of #A0BD93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BD93

Black with #A0BD93

Text Example


Text Example

White with #A0BD93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BD93; }

 p { color: rgb(160,189,147); }

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

background-color css

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

 a { background-color: rgb(160,189,147); }

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

border-color css

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

 span { border-color: rgb(160,189,147); }

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