Html Css Color HEX #A0B251 Green Smoke

📋 copy color: '#A0B251'

red 160 ◦ green 178 ◦ blue 81

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

Shades of Green Smoke #A0B251

Tints of Green Smoke #A0B251

RGB

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

 GREEN value IS 178 (69.92% from 255) = 42.48%

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

R = 38.19%
G = 42.48%
B = 19.33%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.54

 K value IS 0.30

RGB Variations

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

Color information

#A0B251 (or 0xA0B251) is known color: Green Smoke. HEX triplet: A0, B2 and 51. RGB value is (160,178,81). Sum of RGB (Red+Green+Blue) = 160+178+81=419 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.19% from 419); Green value is 178 (69.92% from 255 or 42.48% from 419); Blue value is 81 (32.03% from 255 or 19.33% from 419); Max value from RGB is 178 - color contains mainly: green. Hex color #A0B251 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0B251 is #5F4DAE. Grayscale: #A1A1A1. Windows color (decimal): -6245807 or 5354144. OLE color: 5354144.

HSL color Cylindrical-coordinate representation of color #A0B251: hue angle of 71.13º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A0B251 is Cyan = 0.10, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.30.

Color convert

RGB 160 178 81 -
CMYK 0.10 0 0.54 0.30
HSL 71.13º 0.39% 0.51% -
HSV(B) 71.13º 0.54% 0.7% -
XYZ 31.9 39.91 13.81 -
YUV 161.56 82.54 126.89 -
System Red Green Blue C M Y K H S L
Decimal 160 178 81 0.10 0 0.54 0.30 71.13 0.39 0.51
Hex A0 B2 51 A 0 36 1E 47 27 33
Octal 240 262 121 12 0 66 36 107 47 63
Binary 10100000 10110010 1010001 1010 0 110110 11110 1000111 100111 110011

Color Harmonies of #A0B251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B251

Black with #A0B251

Text Example


Text Example

White with #A0B251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B251; }

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

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

background-color css

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

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

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

border-color css

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

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

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