Html Css Color HEX #A0B253 Green Smoke

📋 copy color: '#A0B253'

red 160 ◦ green 178 ◦ blue 83

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

Shades of Green Smoke #A0B253

Tints of Green Smoke #A0B253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 19.71%

R = 38%
G = 42.28%
B = 19.71%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.53

 K value IS 0.30

RGB Variations

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

Color information

#A0B253 (or 0xA0B253) is known color: Green Smoke. HEX triplet: A0, B2 and 53. RGB value is (160,178,83). Sum of RGB (Red+Green+Blue) = 160+178+83=421 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.00% from 421); Green value is 178 (69.92% from 255 or 42.28% from 421); Blue value is 83 (32.81% from 255 or 19.71% from 421); Max value from RGB is 178 - color contains mainly: green. Hex color #A0B253 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0B253 is #5F4DAC. Grayscale: #A2A2A2. Windows color (decimal): -6245805 or 5485216. OLE color: 5485216.

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

Color convert

RGB 160 178 83 -
CMYK 0.10 0 0.53 0.30
HSL 71.37º 0.38% 0.51% -
HSV(B) 71.37º 0.53% 0.7% -
XYZ 31.98 39.94 14.21 -
YUV 161.79 83.54 126.72 -
System Red Green Blue C M Y K H S L
Decimal 160 178 83 0.10 0 0.53 0.30 71.37 0.38 0.51
Hex A0 B2 53 A 0 35 1E 47 26 33
Octal 240 262 123 12 0 65 36 107 46 63
Binary 10100000 10110010 1010011 1010 0 110101 11110 1000111 100110 110011

Color Harmonies of #A0B253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B253

Black with #A0B253

Text Example


Text Example

White with #A0B253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B253; }

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

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

background-color css

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

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

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

border-color css

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

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

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