Html Css Color HEX #A9B065 Green Smoke

📋 copy color: '#A9B065'

red 169 ◦ green 176 ◦ blue 101

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

Shades of Green Smoke #A9B065

Tints of Green Smoke #A9B065

RGB

 RED value IS 169 (66.41% from 255) = 37.89%

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

 BLUE value IS 101 (39.84% from 255) = 22.65%

R = 37.89%
G = 39.46%
B = 22.65%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#A9B065 (or 0xA9B065) is known color: Green Smoke. HEX triplet: A9, B0 and 65. RGB value is (169,176,101). Sum of RGB (Red+Green+Blue) = 169+176+101=446 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.89% from 446); Green value is 176 (69.14% from 255 or 39.46% from 446); Blue value is 101 (39.84% from 255 or 22.65% from 446); Max value from RGB is 176 - color contains mainly: green. Hex color #A9B065 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9B065 is #564F9A. Grayscale: #A5A5A5. Windows color (decimal): -5656475 or 6664361. OLE color: 6664361.

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

Color convert

RGB 169 176 101 -
CMYK 0.04 0 0.43 0.31
HSL 65.6º 0.32% 0.54% -
HSV(B) 65.6º 0.43% 0.69% -
XYZ 34.24 40.43 18.31 -
YUV 165.36 91.68 130.6 -
System Red Green Blue C M Y K H S L
Decimal 169 176 101 0.04 0 0.43 0.31 65.6 0.32 0.54
Hex A9 B0 65 4 0 2B 1F 42 20 36
Octal 251 260 145 4 0 53 37 102 40 66
Binary 10101001 10110000 1100101 100 0 101011 11111 1000010 100000 110110

Color Harmonies of #A9B065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9B065

Black with #A9B065

Text Example


Text Example

White with #A9B065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9B065; }

 p { color: rgb(169,176,101); }

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

background-color css

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

 a { background-color: rgb(169,176,101); }

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

border-color css

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

 span { border-color: rgb(169,176,101); }

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