Html Css Color HEX #A0B463 Green Smoke

📋 copy color: '#A0B463'

red 160 ◦ green 180 ◦ blue 99

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

Shades of Green Smoke #A0B463

Tints of Green Smoke #A0B463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 22.55%

R = 36.45%
G = 41%
B = 22.55%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.45

 K value IS 0.29

RGB Variations

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

Color information

#A0B463 (or 0xA0B463) is known color: Green Smoke. HEX triplet: A0, B4 and 63. RGB value is (160,180,99). Sum of RGB (Red+Green+Blue) = 160+180+99=439 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.45% from 439); Green value is 180 (70.70% from 255 or 41.00% from 439); Blue value is 99 (39.06% from 255 or 22.55% from 439); Max value from RGB is 180 - color contains mainly: green. Hex color #A0B463 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B463 is #5F4B9C. Grayscale: #A5A5A5. Windows color (decimal): -6245277 or 6534304. OLE color: 6534304.

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

Color convert

RGB 160 180 99 -
CMYK 0.11 0 0.45 0.29
HSL 74.81º 0.35% 0.55% -
HSV(B) 74.81º 0.45% 0.71% -
XYZ 33.07 41.02 17.98 -
YUV 164.79 90.87 124.59 -
System Red Green Blue C M Y K H S L
Decimal 160 180 99 0.11 0 0.45 0.29 74.81 0.35 0.55
Hex A0 B4 63 B 0 2D 1D 4B 23 37
Octal 240 264 143 13 0 55 35 113 43 67
Binary 10100000 10110100 1100011 1011 0 101101 11101 1001011 100011 110111

Color Harmonies of #A0B463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B463

Black with #A0B463

Text Example


Text Example

White with #A0B463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B463; }

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

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

background-color css

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

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

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

border-color css

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

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

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