Html Css Color HEX #A0B961 Green Smoke

📋 copy color: '#A0B961'

red 160 ◦ green 185 ◦ blue 97

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

Shades of Green Smoke #A0B961

Tints of Green Smoke #A0B961

RGB

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

 GREEN value IS 185 (72.66% from 255) = 41.86%

 BLUE value IS 97 (38.28% from 255) = 21.95%

R = 36.2%
G = 41.86%
B = 21.95%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#A0B961 (or 0xA0B961) is known color: Green Smoke. HEX triplet: A0, B9 and 61. RGB value is (160,185,97). Sum of RGB (Red+Green+Blue) = 160+185+97=442 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.20% from 442); Green value is 185 (72.66% from 255 or 41.86% from 442); Blue value is 97 (38.28% from 255 or 21.95% from 442); Max value from RGB is 185 - color contains mainly: green. Hex color #A0B961 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B961 is #5F469E. Grayscale: #A7A7A7. Windows color (decimal): -6243999 or 6404512. OLE color: 6404512.

HSL color Cylindrical-coordinate representation of color #A0B961: hue angle of 77.05º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A0B961 is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB 160 185 97 -
CMYK 0.14 0 0.48 0.27
HSL 77.05º 0.39% 0.55% -
HSV(B) 77.05º 0.48% 0.73% -
XYZ 34 43.03 17.82 -
YUV 167.49 88.22 122.66 -
System Red Green Blue C M Y K H S L
Decimal 160 185 97 0.14 0 0.48 0.27 77.05 0.39 0.55
Hex A0 B9 61 E 0 30 1B 4D 27 37
Octal 240 271 141 16 0 60 33 115 47 67
Binary 10100000 10111001 1100001 1110 0 110000 11011 1001101 100111 110111

Color Harmonies of #A0B961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B961

Black with #A0B961

Text Example


Text Example

White with #A0B961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B961; }

 p { color: rgb(160,185,97); }

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

background-color css

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

 a { background-color: rgb(160,185,97); }

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

border-color css

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

 span { border-color: rgb(160,185,97); }

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