Html Css Color HEX #A2B067 Green Smoke

📋 copy color: '#A2B067'

red 162 ◦ green 176 ◦ blue 103

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

Shades of Green Smoke #A2B067

Tints of Green Smoke #A2B067

RGB

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

 GREEN value IS 176 (69.14% from 255) = 39.91%

 BLUE value IS 103 (40.63% from 255) = 23.36%

R = 36.73%
G = 39.91%
B = 23.36%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#A2B067 (or 0xA2B067) is known color: Green Smoke. HEX triplet: A2, B0 and 67. RGB value is (162,176,103). Sum of RGB (Red+Green+Blue) = 162+176+103=441 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.73% from 441); Green value is 176 (69.14% from 255 or 39.91% from 441); Blue value is 103 (40.62% from 255 or 23.36% from 441); Max value from RGB is 176 - color contains mainly: green. Hex color #A2B067 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2B067 is #5D4F98. Grayscale: #A3A3A3. Windows color (decimal): -6115225 or 6795426. OLE color: 6795426.

HSL color Cylindrical-coordinate representation of color #A2B067: hue angle of 71.51º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A2B067 is Cyan = 0.08, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB 162 176 103 -
CMYK 0.08 0 0.41 0.31
HSL 71.51º 0.32% 0.55% -
HSV(B) 71.51º 0.41% 0.69% -
XYZ 32.87 39.71 18.76 -
YUV 163.49 93.86 126.94 -
System Red Green Blue C M Y K H S L
Decimal 162 176 103 0.08 0 0.41 0.31 71.51 0.32 0.55
Hex A2 B0 67 8 0 29 1F 48 20 37
Octal 242 260 147 10 0 51 37 110 40 67
Binary 10100010 10110000 1100111 1000 0 101001 11111 1001000 100000 110111

Color Harmonies of #A2B067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B067

Black with #A2B067

Text Example


Text Example

White with #A2B067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B067; }

 p { color: rgb(162,176,103); }

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

background-color css

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

 a { background-color: rgb(162,176,103); }

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

border-color css

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

 span { border-color: rgb(162,176,103); }

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