Html Css Color HEX #A8B463 Green Smoke

📋 copy color: '#A8B463'

red 168 ◦ green 180 ◦ blue 99

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

Shades of Green Smoke #A8B463

Tints of Green Smoke #A8B463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 22.15%

R = 37.58%
G = 40.27%
B = 22.15%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.45

 K value IS 0.29

RGB Variations

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

Color information

#A8B463 (or 0xA8B463) is known color: Green Smoke. HEX triplet: A8, B4 and 63. RGB value is (168,180,99). Sum of RGB (Red+Green+Blue) = 168+180+99=447 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.58% from 447); Green value is 180 (70.70% from 255 or 40.27% from 447); Blue value is 99 (39.06% from 255 or 22.15% from 447); Max value from RGB is 180 - color contains mainly: green. Hex color #A8B463 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B463 is #574B9C. Grayscale: #A7A7A7. Windows color (decimal): -5720989 or 6534312. OLE color: 6534312.

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

Color convert

RGB 168 180 99 -
CMYK 0.07 0 0.45 0.29
HSL 68.89º 0.35% 0.55% -
HSV(B) 68.89º 0.45% 0.71% -
XYZ 34.72 41.87 18.06 -
YUV 167.18 89.52 128.59 -
System Red Green Blue C M Y K H S L
Decimal 168 180 99 0.07 0 0.45 0.29 68.89 0.35 0.55
Hex A8 B4 63 7 0 2D 1D 45 23 37
Octal 250 264 143 7 0 55 35 105 43 67
Binary 10101000 10110100 1100011 111 0 101101 11101 1000101 100011 110111

Color Harmonies of #A8B463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B463

Black with #A8B463

Text Example


Text Example

White with #A8B463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B463; }

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

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

background-color css

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

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

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

border-color css

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

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

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