Html Css Color HEX #A8B460 Green Smoke

📋 copy color: '#A8B460'

red 168 ◦ green 180 ◦ blue 96

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

Shades of Green Smoke #A8B460

Tints of Green Smoke #A8B460

RGB

 RED value IS 168 (66.02% from 255) = 37.84%

 GREEN value IS 180 (70.7% from 255) = 40.54%

 BLUE value IS 96 (37.89% from 255) = 21.62%

R = 37.84%
G = 40.54%
B = 21.62%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.47

 K value IS 0.29

RGB Variations

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

Color information

#A8B460 (or 0xA8B460) is known color: Green Smoke. HEX triplet: A8, B4 and 60. RGB value is (168,180,96). Sum of RGB (Red+Green+Blue) = 168+180+96=444 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.84% from 444); Green value is 180 (70.70% from 255 or 40.54% from 444); Blue value is 96 (37.89% from 255 or 21.62% from 444); Max value from RGB is 180 - color contains mainly: green. Hex color #A8B460 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B460 is #574B9F. Grayscale: #A7A7A7. Windows color (decimal): -5720992 or 6337704. OLE color: 6337704.

HSL color Cylindrical-coordinate representation of color #A8B460: hue angle of 68.57º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A8B460 is Cyan = 0.07, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB 168 180 96 -
CMYK 0.07 0 0.47 0.29
HSL 68.57º 0.36% 0.54% -
HSV(B) 68.57º 0.47% 0.71% -
XYZ 34.58 41.81 17.31 -
YUV 166.84 88.02 128.83 -
System Red Green Blue C M Y K H S L
Decimal 168 180 96 0.07 0 0.47 0.29 68.57 0.36 0.54
Hex A8 B4 60 7 0 2F 1D 45 24 36
Octal 250 264 140 7 0 57 35 105 44 66
Binary 10101000 10110100 1100000 111 0 101111 11101 1000101 100100 110110

Color Harmonies of #A8B460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B460

Black with #A8B460

Text Example


Text Example

White with #A8B460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B460; }

 p { color: rgb(168,180,96); }

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

background-color css

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

 a { background-color: rgb(168,180,96); }

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

border-color css

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

 span { border-color: rgb(168,180,96); }

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