Html Css Color HEX #A0B461 Green Smoke

📋 copy color: '#A0B461'

red 160 ◦ green 180 ◦ blue 97

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

Shades of Green Smoke #A0B461

Tints of Green Smoke #A0B461

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.19%

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

R = 36.61%
G = 41.19%
B = 22.2%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.46

 K value IS 0.29

RGB Variations

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

Color information

#A0B461 (or 0xA0B461) is known color: Green Smoke. HEX triplet: A0, B4 and 61. RGB value is (160,180,97). Sum of RGB (Red+Green+Blue) = 160+180+97=437 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.61% from 437); Green value is 180 (70.70% from 255 or 41.19% from 437); Blue value is 97 (38.28% from 255 or 22.20% from 437); Max value from RGB is 180 - color contains mainly: green. Hex color #A0B461 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B461 is #5F4B9E. Grayscale: #A4A4A4. Windows color (decimal): -6245279 or 6403232. OLE color: 6403232.

HSL color Cylindrical-coordinate representation of color #A0B461: hue angle of 74.46º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A0B461 is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.29.

Color convert

RGB 160 180 97 -
CMYK 0.11 0 0.46 0.29
HSL 74.46º 0.36% 0.54% -
HSV(B) 74.46º 0.46% 0.71% -
XYZ 32.98 40.98 17.48 -
YUV 164.56 89.87 124.75 -
System Red Green Blue C M Y K H S L
Decimal 160 180 97 0.11 0 0.46 0.29 74.46 0.36 0.54
Hex A0 B4 61 B 0 2E 1D 4A 24 36
Octal 240 264 141 13 0 56 35 112 44 66
Binary 10100000 10110100 1100001 1011 0 101110 11101 1001010 100100 110110

Color Harmonies of #A0B461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B461

Black with #A0B461

Text Example


Text Example

White with #A0B461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B461; }

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

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

background-color css

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

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

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

border-color css

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

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

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