Html Css Color HEX #A0B25D Green Smoke

📋 copy color: '#A0B25D'

red 160 ◦ green 178 ◦ blue 93

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

Shades of Green Smoke #A0B25D

Tints of Green Smoke #A0B25D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.58%

R = 37.12%
G = 41.3%
B = 21.58%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.48

 K value IS 0.30

RGB Variations

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

Color information

#A0B25D (or 0xA0B25D) is known color: Green Smoke. HEX triplet: A0, B2 and 5D. RGB value is (160,178,93). Sum of RGB (Red+Green+Blue) = 160+178+93=431 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.12% from 431); Green value is 178 (69.92% from 255 or 41.30% from 431); Blue value is 93 (36.72% from 255 or 21.58% from 431); Max value from RGB is 178 - color contains mainly: green. Hex color #A0B25D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0B25D is #5F4DA2. Grayscale: #A3A3A3. Windows color (decimal): -6245795 or 6140576. OLE color: 6140576.

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

Color convert

RGB 160 178 93 -
CMYK 0.10 0 0.48 0.30
HSL 72.71º 0.36% 0.53% -
HSV(B) 72.71º 0.48% 0.7% -
XYZ 32.39 40.1 16.39 -
YUV 162.93 88.54 125.91 -
System Red Green Blue C M Y K H S L
Decimal 160 178 93 0.10 0 0.48 0.30 72.71 0.36 0.53
Hex A0 B2 5D A 0 30 1E 49 24 35
Octal 240 262 135 12 0 60 36 111 44 65
Binary 10100000 10110010 1011101 1010 0 110000 11110 1001001 100100 110101

Color Harmonies of #A0B25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B25D

Black with #A0B25D

Text Example


Text Example

White with #A0B25D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B25D; }

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

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

background-color css

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

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

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

border-color css

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

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

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