Html Css Color HEX #A0B763 Green Smoke

📋 copy color: '#A0B763'

red 160 ◦ green 183 ◦ blue 99

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

Shades of Green Smoke #A0B763

Tints of Green Smoke #A0B763

RGB

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

 GREEN value IS 183 (71.88% from 255) = 41.4%

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

R = 36.2%
G = 41.4%
B = 22.4%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.46

 K value IS 0.28

RGB Variations

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

Color information

#A0B763 (or 0xA0B763) is known color: Green Smoke. HEX triplet: A0, B7 and 63. RGB value is (160,183,99). Sum of RGB (Red+Green+Blue) = 160+183+99=442 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.20% from 442); Green value is 183 (71.88% from 255 or 41.40% from 442); Blue value is 99 (39.06% from 255 or 22.40% from 442); Max value from RGB is 183 - color contains mainly: green. Hex color #A0B763 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B763 is #5F489C. Grayscale: #A6A6A6. Windows color (decimal): -6244509 or 6535072. OLE color: 6535072.

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

Color convert

RGB 160 183 99 -
CMYK 0.13 0 0.46 0.28
HSL 76.43º 0.37% 0.55% -
HSV(B) 76.43º 0.46% 0.72% -
XYZ 33.68 42.24 18.18 -
YUV 166.55 89.88 123.33 -
System Red Green Blue C M Y K H S L
Decimal 160 183 99 0.13 0 0.46 0.28 76.43 0.37 0.55
Hex A0 B7 63 D 0 2E 1C 4C 25 37
Octal 240 267 143 15 0 56 34 114 45 67
Binary 10100000 10110111 1100011 1101 0 101110 11100 1001100 100101 110111

Color Harmonies of #A0B763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B763

Black with #A0B763

Text Example


Text Example

White with #A0B763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B763; }

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

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

background-color css

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

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

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

border-color css

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

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

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