Html Css Color HEX #A0BD92 Spring Rain

📋 copy color: '#A0BD92'

red 160 ◦ green 189 ◦ blue 146

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

Shades of Spring Rain #A0BD92

Tints of Spring Rain #A0BD92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 29.49%

R = 32.32%
G = 38.18%
B = 29.49%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#A0BD92 (or 0xA0BD92) is known color: Spring Rain. HEX triplet: A0, BD and 92. RGB value is (160,189,146). Sum of RGB (Red+Green+Blue) = 160+189+146=495 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.32% from 495); Green value is 189 (74.22% from 255 or 38.18% from 495); Blue value is 146 (57.42% from 255 or 29.49% from 495); Max value from RGB is 189 - color contains mainly: green. Hex color #A0BD92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BD92 is #5F426D. Grayscale: #AFAFAF. Windows color (decimal): -6242926 or 9616800. OLE color: 9616800.

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

Color convert

RGB 160 189 146 -
CMYK 0.15 0 0.23 0.26
HSL 100.47º 0.25% 0.66% -
HSV(B) 100.47º 0.23% 0.74% -
XYZ 37.88 45.94 34.07 -
YUV 175.43 111.39 117 -
System Red Green Blue C M Y K H S L
Decimal 160 189 146 0.15 0 0.23 0.26 100.47 0.25 0.66
Hex A0 BD 92 F 0 17 1A 64 19 42
Octal 240 275 222 17 0 27 32 144 31 102
Binary 10100000 10111101 10010010 1111 0 10111 11010 1100100 11001 1000010

Color Harmonies of #A0BD92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BD92

Black with #A0BD92

Text Example


Text Example

White with #A0BD92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BD92; }

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

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

background-color css

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

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

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

border-color css

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

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

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