Html Css Color HEX #A0B250 Green Smoke

📋 copy color: '#A0B250'

red 160 ◦ green 178 ◦ blue 80

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

Shades of Green Smoke #A0B250

Tints of Green Smoke #A0B250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 19.14%

R = 38.28%
G = 42.58%
B = 19.14%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.55

 K value IS 0.30

RGB Variations

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

Color information

#A0B250 (or 0xA0B250) is known color: Green Smoke. HEX triplet: A0, B2 and 50. RGB value is (160,178,80). Sum of RGB (Red+Green+Blue) = 160+178+80=418 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.28% from 418); Green value is 178 (69.92% from 255 or 42.58% from 418); Blue value is 80 (31.64% from 255 or 19.14% from 418); Max value from RGB is 178 - color contains mainly: green. Hex color #A0B250 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0B250 is #5F4DAF. Grayscale: #A1A1A1. Windows color (decimal): -6245808 or 5288608. OLE color: 5288608.

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

Color convert

RGB 160 178 80 -
CMYK 0.10 0 0.55 0.30
HSL 71.02º 0.39% 0.51% -
HSV(B) 71.02º 0.55% 0.7% -
XYZ 31.87 39.89 13.61 -
YUV 161.45 82.04 126.97 -
System Red Green Blue C M Y K H S L
Decimal 160 178 80 0.10 0 0.55 0.30 71.02 0.39 0.51
Hex A0 B2 50 A 0 37 1E 47 27 33
Octal 240 262 120 12 0 67 36 107 47 63
Binary 10100000 10110010 1010000 1010 0 110111 11110 1000111 100111 110011

Color Harmonies of #A0B250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B250

Black with #A0B250

Text Example


Text Example

White with #A0B250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B250; }

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

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

background-color css

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

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

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

border-color css

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

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

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