Html Css Color HEX #A0B862 Green Smoke

📋 copy color: '#A0B862'

red 160 ◦ green 184 ◦ blue 98

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

Shades of Green Smoke #A0B862

Tints of Green Smoke #A0B862

RGB

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

 GREEN value IS 184 (72.27% from 255) = 41.63%

 BLUE value IS 98 (38.67% from 255) = 22.17%

R = 36.2%
G = 41.63%
B = 22.17%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.47

 K value IS 0.28

RGB Variations

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

Color information

#A0B862 (or 0xA0B862) is known color: Green Smoke. HEX triplet: A0, B8 and 62. RGB value is (160,184,98). Sum of RGB (Red+Green+Blue) = 160+184+98=442 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.20% from 442); Green value is 184 (72.27% from 255 or 41.63% from 442); Blue value is 98 (38.67% from 255 or 22.17% from 442); Max value from RGB is 184 - color contains mainly: green. Hex color #A0B862 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B862 is #5F479D. Grayscale: #A7A7A7. Windows color (decimal): -6244254 or 6469792. OLE color: 6469792.

HSL color Cylindrical-coordinate representation of color #A0B862: hue angle of 76.74º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A0B862 is Cyan = 0.13, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.28.

Color convert

RGB 160 184 98 -
CMYK 0.13 0 0.47 0.28
HSL 76.74º 0.38% 0.55% -
HSV(B) 76.74º 0.47% 0.72% -
XYZ 33.84 42.64 18 -
YUV 167.02 89.05 122.99 -
System Red Green Blue C M Y K H S L
Decimal 160 184 98 0.13 0 0.47 0.28 76.74 0.38 0.55
Hex A0 B8 62 D 0 2F 1C 4D 26 37
Octal 240 270 142 15 0 57 34 115 46 67
Binary 10100000 10111000 1100010 1101 0 101111 11100 1001101 100110 110111

Color Harmonies of #A0B862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B862

Black with #A0B862

Text Example


Text Example

White with #A0B862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B862; }

 p { color: rgb(160,184,98); }

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

background-color css

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

 a { background-color: rgb(160,184,98); }

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

border-color css

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

 span { border-color: rgb(160,184,98); }

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