Html Css Color HEX #A9B965 Green Smoke

📋 copy color: '#A9B965'

red 169 ◦ green 185 ◦ blue 101

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

Shades of Green Smoke #A9B965

Tints of Green Smoke #A9B965

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.66%

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

R = 37.14%
G = 40.66%
B = 22.2%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#A9B965 (or 0xA9B965) is known color: Green Smoke. HEX triplet: A9, B9 and 65. RGB value is (169,185,101). Sum of RGB (Red+Green+Blue) = 169+185+101=455 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.14% from 455); Green value is 185 (72.66% from 255 or 40.66% from 455); Blue value is 101 (39.84% from 255 or 22.20% from 455); Max value from RGB is 185 - color contains mainly: green. Hex color #A9B965 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9B965 is #56469A. Grayscale: #AAAAAA. Windows color (decimal): -5654171 or 6666665. OLE color: 6666665.

HSL color Cylindrical-coordinate representation of color #A9B965: hue angle of 71.43º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A9B965 is Cyan = 0.09, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB 169 185 101 -
CMYK 0.09 0 0.45 0.27
HSL 71.43º 0.38% 0.56% -
HSV(B) 71.43º 0.45% 0.73% -
XYZ 36.06 44.07 18.92 -
YUV 170.64 88.7 126.83 -
System Red Green Blue C M Y K H S L
Decimal 169 185 101 0.09 0 0.45 0.27 71.43 0.38 0.56
Hex A9 B9 65 9 0 2D 1B 47 26 38
Octal 251 271 145 11 0 55 33 107 46 70
Binary 10101001 10111001 1100101 1001 0 101101 11011 1000111 100110 111000

Color Harmonies of #A9B965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9B965

Black with #A9B965

Text Example


Text Example

White with #A9B965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9B965; }

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

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

background-color css

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

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

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

border-color css

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

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

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