Html Css Color HEX #A5B966 Green Smoke

📋 copy color: '#A5B966'

red 165 ◦ green 185 ◦ blue 102

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

Shades of Green Smoke #A5B966

Tints of Green Smoke #A5B966

RGB

 RED value IS 165 (64.84% from 255) = 36.5%

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

 BLUE value IS 102 (40.23% from 255) = 22.57%

R = 36.5%
G = 40.93%
B = 22.57%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#A5B966 (or 0xA5B966) is known color: Green Smoke. HEX triplet: A5, B9 and 66. RGB value is (165,185,102). Sum of RGB (Red+Green+Blue) = 165+185+102=452 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.50% from 452); Green value is 185 (72.66% from 255 or 40.93% from 452); Blue value is 102 (40.23% from 255 or 22.57% from 452); Max value from RGB is 185 - color contains mainly: green. Hex color #A5B966 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B966 is #5A4699. Grayscale: #A9A9A9. Windows color (decimal): -5916314 or 6732197. OLE color: 6732197.

HSL color Cylindrical-coordinate representation of color #A5B966: hue angle of 74.46º degrees, saturation: 0.37, 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 #A5B966 is Cyan = 0.11, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB 165 185 102 -
CMYK 0.11 0 0.45 0.27
HSL 74.46º 0.37% 0.56% -
HSV(B) 74.46º 0.45% 0.73% -
XYZ 35.26 43.66 19.14 -
YUV 169.56 89.87 124.75 -
System Red Green Blue C M Y K H S L
Decimal 165 185 102 0.11 0 0.45 0.27 74.46 0.37 0.56
Hex A5 B9 66 B 0 2D 1B 4A 25 38
Octal 245 271 146 13 0 55 33 112 45 70
Binary 10100101 10111001 1100110 1011 0 101101 11011 1001010 100101 111000

Color Harmonies of #A5B966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B966

Black with #A5B966

Text Example


Text Example

White with #A5B966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B966; }

 p { color: rgb(165,185,102); }

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

background-color css

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

 a { background-color: rgb(165,185,102); }

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

border-color css

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

 span { border-color: rgb(165,185,102); }

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