Html Css Color HEX #A8B560 Green Smoke

📋 copy color: '#A8B560'

red 168 ◦ green 181 ◦ blue 96

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

Shades of Green Smoke #A8B560

Tints of Green Smoke #A8B560

RGB

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

 GREEN value IS 181 (71.09% from 255) = 40.67%

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

R = 37.75%
G = 40.67%
B = 21.57%

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

#A8B560 (or 0xA8B560) is known color: Green Smoke. HEX triplet: A8, B5 and 60. RGB value is (168,181,96). Sum of RGB (Red+Green+Blue) = 168+181+96=445 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.75% from 445); Green value is 181 (71.09% from 255 or 40.67% from 445); Blue value is 96 (37.89% from 255 or 21.57% from 445); Max value from RGB is 181 - color contains mainly: green. Hex color #A8B560 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B560 is #574A9F. Grayscale: #A7A7A7. Windows color (decimal): -5720736 or 6337960. OLE color: 6337960.

HSL color Cylindrical-coordinate representation of color #A8B560: hue angle of 69.18º 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 #A8B560 is Cyan = 0.07, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB 168 181 96 -
CMYK 0.07 0 0.47 0.29
HSL 69.18º 0.36% 0.54% -
HSV(B) 69.18º 0.47% 0.71% -
XYZ 34.78 42.22 17.38 -
YUV 167.42 87.69 128.41 -
System Red Green Blue C M Y K H S L
Decimal 168 181 96 0.07 0 0.47 0.29 69.18 0.36 0.54
Hex A8 B5 60 7 0 2F 1D 45 24 36
Octal 250 265 140 7 0 57 35 105 44 66
Binary 10101000 10110101 1100000 111 0 101111 11101 1000101 100100 110110

Color Harmonies of #A8B560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B560

Black with #A8B560

Text Example


Text Example

White with #A8B560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B560; }

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

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

background-color css

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

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

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

border-color css

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

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

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