Html Css Color HEX #A8B05F Green Smoke

📋 copy color: '#A8B05F'

red 168 ◦ green 176 ◦ blue 95

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

Shades of Green Smoke #A8B05F

Tints of Green Smoke #A8B05F

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40.09%

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

R = 38.27%
G = 40.09%
B = 21.64%

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

#A8B05F (or 0xA8B05F) is known color: Green Smoke. HEX triplet: A8, B0 and 5F. RGB value is (168,176,95). Sum of RGB (Red+Green+Blue) = 168+176+95=439 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.27% from 439); Green value is 176 (69.14% from 255 or 40.09% from 439); Blue value is 95 (37.5% from 255 or 21.64% from 439); Max value from RGB is 176 - color contains mainly: green. Hex color #A8B05F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8B05F is #574FA0. Grayscale: #A4A4A4. Windows color (decimal): -5722017 or 6271144. OLE color: 6271144.

HSL color Cylindrical-coordinate representation of color #A8B05F: hue angle of 65.93º 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 #A8B05F is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB 168 176 95 -
CMYK 0.05 0 0.46 0.31
HSL 65.93º 0.34% 0.53% -
HSV(B) 65.93º 0.46% 0.69% -
XYZ 33.74 40.2 16.81 -
YUV 164.37 88.85 130.59 -
System Red Green Blue C M Y K H S L
Decimal 168 176 95 0.05 0 0.46 0.31 65.93 0.34 0.53
Hex A8 B0 5F 5 0 2E 1F 42 22 35
Octal 250 260 137 5 0 56 37 102 42 65
Binary 10101000 10110000 1011111 101 0 101110 11111 1000010 100010 110101

Color Harmonies of #A8B05F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B05F

Black with #A8B05F

Text Example


Text Example

White with #A8B05F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B05F; }

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

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

background-color css

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

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

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

border-color css

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

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

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