Html Css Color HEX #A5AB5B Green Smoke

📋 copy color: '#A5AB5B'

red 165 ◦ green 171 ◦ blue 91

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

Shades of Green Smoke #A5AB5B

Tints of Green Smoke #A5AB5B

RGB

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

 GREEN value IS 171 (67.19% from 255) = 40.05%

 BLUE value IS 91 (35.94% from 255) = 21.31%

R = 38.64%
G = 40.05%
B = 21.31%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#A5AB5B (or 0xA5AB5B) is known color: Green Smoke. HEX triplet: A5, AB and 5B. RGB value is (165,171,91). Sum of RGB (Red+Green+Blue) = 165+171+91=427 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.64% from 427); Green value is 171 (67.19% from 255 or 40.05% from 427); Blue value is 91 (35.94% from 255 or 21.31% from 427); Max value from RGB is 171 - color contains mainly: green. Hex color #A5AB5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AB5B is #5A54A4. Grayscale: #A0A0A0. Windows color (decimal): -5919909 or 6007717. OLE color: 6007717.

HSL color Cylindrical-coordinate representation of color #A5AB5B: hue angle of 64.5º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A5AB5B is Cyan = 0.04, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB 165 171 91 -
CMYK 0.04 0 0.47 0.33
HSL 64.5º 0.32% 0.51% -
HSV(B) 64.5º 0.47% 0.67% -
XYZ 31.97 37.88 15.52 -
YUV 160.09 89.01 131.5 -
System Red Green Blue C M Y K H S L
Decimal 165 171 91 0.04 0 0.47 0.33 64.5 0.32 0.51
Hex A5 AB 5B 4 0 2F 21 40 20 33
Octal 245 253 133 4 0 57 41 100 40 63
Binary 10100101 10101011 1011011 100 0 101111 100001 1000000 100000 110011

Color Harmonies of #A5AB5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AB5B

Black with #A5AB5B

Text Example


Text Example

White with #A5AB5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AB5B; }

 p { color: rgb(165,171,91); }

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

background-color css

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

 a { background-color: rgb(165,171,91); }

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

border-color css

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

 span { border-color: rgb(165,171,91); }

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