Html Css Color HEX #A2B254 Green Smoke

📋 copy color: '#A2B254'

red 162 ◦ green 178 ◦ blue 84

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

Shades of Green Smoke #A2B254

Tints of Green Smoke #A2B254

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 19.81%

R = 38.21%
G = 41.98%
B = 19.81%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.53

 K value IS 0.30

RGB Variations

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

Color information

#A2B254 (or 0xA2B254) is known color: Green Smoke. HEX triplet: A2, B2 and 54. RGB value is (162,178,84). Sum of RGB (Red+Green+Blue) = 162+178+84=424 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.21% from 424); Green value is 178 (69.92% from 255 or 41.98% from 424); Blue value is 84 (33.20% from 255 or 19.81% from 424); Max value from RGB is 178 - color contains mainly: green. Hex color #A2B254 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2B254 is #5D4DAB. Grayscale: #A2A2A2. Windows color (decimal): -6114732 or 5550754. OLE color: 5550754.

HSL color Cylindrical-coordinate representation of color #A2B254: hue angle of 70.21º 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 #A2B254 is Cyan = 0.09, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.30.

Color convert

RGB 162 178 84 -
CMYK 0.09 0 0.53 0.30
HSL 70.21º 0.38% 0.51% -
HSV(B) 70.21º 0.53% 0.7% -
XYZ 32.42 40.16 14.43 -
YUV 162.5 83.7 127.64 -
System Red Green Blue C M Y K H S L
Decimal 162 178 84 0.09 0 0.53 0.30 70.21 0.38 0.51
Hex A2 B2 54 9 0 35 1E 46 26 33
Octal 242 262 124 11 0 65 36 106 46 63
Binary 10100010 10110010 1010100 1001 0 110101 11110 1000110 100110 110011

Color Harmonies of #A2B254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B254

Black with #A2B254

Text Example


Text Example

White with #A2B254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B254; }

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

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

background-color css

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

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

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

border-color css

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

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

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