Html Css Color HEX #A0B05E Green Smoke

📋 copy color: '#A0B05E'

red 160 ◦ green 176 ◦ blue 94

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

Shades of Green Smoke #A0B05E

Tints of Green Smoke #A0B05E

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40.93%

 BLUE value IS 94 (37.11% from 255) = 21.86%

R = 37.21%
G = 40.93%
B = 21.86%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#A0B05E (or 0xA0B05E) is known color: Green Smoke. HEX triplet: A0, B0 and 5E. RGB value is (160,176,94). Sum of RGB (Red+Green+Blue) = 160+176+94=430 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.21% from 430); Green value is 176 (69.14% from 255 or 40.93% from 430); Blue value is 94 (37.11% from 255 or 21.86% from 430); Max value from RGB is 176 - color contains mainly: green. Hex color #A0B05E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0B05E is #5F4FA1. Grayscale: #A2A2A2. Windows color (decimal): -6246306 or 6205600. OLE color: 6205600.

HSL color Cylindrical-coordinate representation of color #A0B05E: hue angle of 71.71º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A0B05E is Cyan = 0.09, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB 160 176 94 -
CMYK 0.09 0 0.47 0.31
HSL 71.71º 0.34% 0.53% -
HSV(B) 71.71º 0.47% 0.69% -
XYZ 32.04 39.33 16.49 -
YUV 161.87 89.7 126.67 -
System Red Green Blue C M Y K H S L
Decimal 160 176 94 0.09 0 0.47 0.31 71.71 0.34 0.53
Hex A0 B0 5E 9 0 2F 1F 48 22 35
Octal 240 260 136 11 0 57 37 110 42 65
Binary 10100000 10110000 1011110 1001 0 101111 11111 1001000 100010 110101

Color Harmonies of #A0B05E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B05E

Black with #A0B05E

Text Example


Text Example

White with #A0B05E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B05E; }

 p { color: rgb(160,176,94); }

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

background-color css

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

 a { background-color: rgb(160,176,94); }

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

border-color css

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

 span { border-color: rgb(160,176,94); }

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