Html Css Color HEX #A8B862 Green Smoke

📋 copy color: '#A8B862'

red 168 ◦ green 184 ◦ blue 98

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

Shades of Green Smoke #A8B862

Tints of Green Smoke #A8B862

RGB

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

 GREEN value IS 184 (72.27% from 255) = 40.89%

 BLUE value IS 98 (38.67% from 255) = 21.78%

R = 37.33%
G = 40.89%
B = 21.78%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.47

 K value IS 0.28

RGB Variations

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

Color information

#A8B862 (or 0xA8B862) is known color: Green Smoke. HEX triplet: A8, B8 and 62. RGB value is (168,184,98). Sum of RGB (Red+Green+Blue) = 168+184+98=450 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.33% from 450); Green value is 184 (72.27% from 255 or 40.89% from 450); Blue value is 98 (38.67% from 255 or 21.78% from 450); Max value from RGB is 184 - color contains mainly: green. Hex color #A8B862 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B862 is #57479D. Grayscale: #A9A9A9. Windows color (decimal): -5719966 or 6469800. OLE color: 6469800.

HSL color Cylindrical-coordinate representation of color #A8B862: hue angle of 71.16º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A8B862 is Cyan = 0.09, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.28.

Color convert

RGB 168 184 98 -
CMYK 0.09 0 0.47 0.28
HSL 71.16º 0.38% 0.55% -
HSV(B) 71.16º 0.47% 0.72% -
XYZ 35.49 43.49 18.08 -
YUV 169.41 87.7 126.99 -
System Red Green Blue C M Y K H S L
Decimal 168 184 98 0.09 0 0.47 0.28 71.16 0.38 0.55
Hex A8 B8 62 9 0 2F 1C 47 26 37
Octal 250 270 142 11 0 57 34 107 46 67
Binary 10101000 10111000 1100010 1001 0 101111 11100 1000111 100110 110111

Color Harmonies of #A8B862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B862

Black with #A8B862

Text Example


Text Example

White with #A8B862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B862; }

 p { color: rgb(168,184,98); }

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

background-color css

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

 a { background-color: rgb(168,184,98); }

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

border-color css

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

 span { border-color: rgb(168,184,98); }

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