Html Css Color HEX #A2B255 Green Smoke

📋 copy color: '#A2B255'

red 162 ◦ green 178 ◦ blue 85

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

Shades of Green Smoke #A2B255

Tints of Green Smoke #A2B255

RGB

 RED value IS 162 (63.67% from 255) = 38.12%

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

 BLUE value IS 85 (33.59% from 255) = 20%

R = 38.12%
G = 41.88%
B = 20%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.52

 K value IS 0.30

RGB Variations

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

Color information

#A2B255 (or 0xA2B255) is known color: Green Smoke. HEX triplet: A2, B2 and 55. RGB value is (162,178,85). Sum of RGB (Red+Green+Blue) = 162+178+85=425 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.12% from 425); Green value is 178 (69.92% from 255 or 41.88% from 425); Blue value is 85 (33.59% from 255 or 20% from 425); Max value from RGB is 178 - color contains mainly: green. Hex color #A2B255 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2B255 is #5D4DAA. Grayscale: #A2A2A2. Windows color (decimal): -6114731 or 5616290. OLE color: 5616290.

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

Color convert

RGB 162 178 85 -
CMYK 0.09 0 0.52 0.30
HSL 70.32º 0.38% 0.52% -
HSV(B) 70.32º 0.52% 0.7% -
XYZ 32.46 40.18 14.64 -
YUV 162.61 84.2 127.56 -
System Red Green Blue C M Y K H S L
Decimal 162 178 85 0.09 0 0.52 0.30 70.32 0.38 0.52
Hex A2 B2 55 9 0 34 1E 46 26 34
Octal 242 262 125 11 0 64 36 106 46 64
Binary 10100010 10110010 1010101 1001 0 110100 11110 1000110 100110 110100

Color Harmonies of #A2B255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B255

Black with #A2B255

Text Example


Text Example

White with #A2B255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B255; }

 p { color: rgb(162,178,85); }

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

background-color css

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

 a { background-color: rgb(162,178,85); }

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

border-color css

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

 span { border-color: rgb(162,178,85); }

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