Html Css Color HEX #A2B469 Green Smoke

📋 copy color: '#A2B469'

red 162 ◦ green 180 ◦ blue 105

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

Shades of Green Smoke #A2B469

Tints of Green Smoke #A2B469

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40.27%

 BLUE value IS 105 (41.41% from 255) = 23.49%

R = 36.24%
G = 40.27%
B = 23.49%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.42

 K value IS 0.29

RGB Variations

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

Color information

#A2B469 (or 0xA2B469) is known color: Green Smoke. HEX triplet: A2, B4 and 69. RGB value is (162,180,105). Sum of RGB (Red+Green+Blue) = 162+180+105=447 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.24% from 447); Green value is 180 (70.70% from 255 or 40.27% from 447); Blue value is 105 (41.41% from 255 or 23.49% from 447); Max value from RGB is 180 - color contains mainly: green. Hex color #A2B469 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B469 is #5D4B96. Grayscale: #A6A6A6. Windows color (decimal): -6114199 or 6927522. OLE color: 6927522.

HSL color Cylindrical-coordinate representation of color #A2B469: hue angle of 74.4º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A2B469 is Cyan = 0.1, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB 162 180 105 -
CMYK 0.1 0 0.42 0.29
HSL 74.4º 0.33% 0.56% -
HSV(B) 74.4º 0.42% 0.71% -
XYZ 33.77 41.34 19.56 -
YUV 166.07 93.54 125.1 -
System Red Green Blue C M Y K H S L
Decimal 162 180 105 0.1 0 0.42 0.29 74.4 0.33 0.56
Hex A2 B4 69 A 0 2A 1D 4A 21 38
Octal 242 264 151 12 0 52 35 112 41 70
Binary 10100010 10110100 1101001 1010 0 101010 11101 1001010 100001 111000

Color Harmonies of #A2B469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B469

Black with #A2B469

Text Example


Text Example

White with #A2B469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B469; }

 p { color: rgb(162,180,105); }

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

background-color css

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

 a { background-color: rgb(162,180,105); }

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

border-color css

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

 span { border-color: rgb(162,180,105); }

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