Html Css Color HEX #A0B551 Green Smoke

📋 copy color: '#A0B551'

red 160 ◦ green 181 ◦ blue 81

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

Shades of Green Smoke #A0B551

Tints of Green Smoke #A0B551

RGB

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

 GREEN value IS 181 (71.09% from 255) = 42.89%

 BLUE value IS 81 (32.03% from 255) = 19.19%

R = 37.91%
G = 42.89%
B = 19.19%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.55

 K value IS 0.29

RGB Variations

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

Color information

#A0B551 (or 0xA0B551) is known color: Green Smoke. HEX triplet: A0, B5 and 51. RGB value is (160,181,81). Sum of RGB (Red+Green+Blue) = 160+181+81=422 (55% of max value = 765). Red value is 160 (62.89% from 255 or 37.91% from 422); Green value is 181 (71.09% from 255 or 42.89% from 422); Blue value is 81 (32.03% from 255 or 19.19% from 422); Max value from RGB is 181 - color contains mainly: green. Hex color #A0B551 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B551 is #5F4AAE. Grayscale: #A3A3A3. Windows color (decimal): -6245039 or 5354912. OLE color: 5354912.

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

Color convert

RGB 160 181 81 -
CMYK 0.12 0 0.55 0.29
HSL 72.6º 0.4% 0.51% -
HSV(B) 72.6º 0.55% 0.71% -
XYZ 32.51 41.12 14.01 -
YUV 163.32 81.54 125.63 -
System Red Green Blue C M Y K H S L
Decimal 160 181 81 0.12 0 0.55 0.29 72.6 0.4 0.51
Hex A0 B5 51 C 0 37 1D 49 28 33
Octal 240 265 121 14 0 67 35 111 50 63
Binary 10100000 10110101 1010001 1100 0 110111 11101 1001001 101000 110011

Color Harmonies of #A0B551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B551

Black with #A0B551

Text Example


Text Example

White with #A0B551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B551; }

 p { color: rgb(160,181,81); }

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

background-color css

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

 a { background-color: rgb(160,181,81); }

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

border-color css

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

 span { border-color: rgb(160,181,81); }

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