Html Css Color HEX #A8B15F Green Smoke

📋 copy color: '#A8B15F'

red 168 ◦ green 177 ◦ blue 95

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

Shades of Green Smoke #A8B15F

Tints of Green Smoke #A8B15F

RGB

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

 GREEN value IS 177 (69.53% from 255) = 40.23%

 BLUE value IS 95 (37.5% from 255) = 21.59%

R = 38.18%
G = 40.23%
B = 21.59%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#A8B15F (or 0xA8B15F) is known color: Green Smoke. HEX triplet: A8, B1 and 5F. RGB value is (168,177,95). Sum of RGB (Red+Green+Blue) = 168+177+95=440 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.18% from 440); Green value is 177 (69.53% from 255 or 40.23% from 440); Blue value is 95 (37.5% from 255 or 21.59% from 440); Max value from RGB is 177 - color contains mainly: green. Hex color #A8B15F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8B15F is #574EA0. Grayscale: #A5A5A5. Windows color (decimal): -5721761 or 6271400. OLE color: 6271400.

HSL color Cylindrical-coordinate representation of color #A8B15F: hue angle of 66.59º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A8B15F is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB 168 177 95 -
CMYK 0.05 0 0.46 0.31
HSL 66.59º 0.34% 0.53% -
HSV(B) 66.59º 0.46% 0.69% -
XYZ 33.94 40.6 16.87 -
YUV 164.96 88.52 130.17 -
System Red Green Blue C M Y K H S L
Decimal 168 177 95 0.05 0 0.46 0.31 66.59 0.34 0.53
Hex A8 B1 5F 5 0 2E 1F 43 22 35
Octal 250 261 137 5 0 56 37 103 42 65
Binary 10101000 10110001 1011111 101 0 101110 11111 1000011 100010 110101

Color Harmonies of #A8B15F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B15F

Black with #A8B15F

Text Example


Text Example

White with #A8B15F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B15F; }

 p { color: rgb(168,177,95); }

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

background-color css

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

 a { background-color: rgb(168,177,95); }

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

border-color css

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

 span { border-color: rgb(168,177,95); }

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