Html Css Color HEX #A8B55F Green Smoke

📋 copy color: '#A8B55F'

red 168 ◦ green 181 ◦ blue 95

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

Shades of Green Smoke #A8B55F

Tints of Green Smoke #A8B55F

RGB

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

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

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

R = 37.84%
G = 40.77%
B = 21.4%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#A8B55F (or 0xA8B55F) is known color: Green Smoke. HEX triplet: A8, B5 and 5F. RGB value is (168,181,95). Sum of RGB (Red+Green+Blue) = 168+181+95=444 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.84% from 444); Green value is 181 (71.09% from 255 or 40.77% from 444); Blue value is 95 (37.5% from 255 or 21.40% from 444); Max value from RGB is 181 - color contains mainly: green. Hex color #A8B55F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B55F is #574AA0. Grayscale: #A7A7A7. Windows color (decimal): -5720737 or 6272424. OLE color: 6272424.

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

Color convert

RGB 168 181 95 -
CMYK 0.07 0 0.48 0.29
HSL 69.07º 0.37% 0.54% -
HSV(B) 69.07º 0.48% 0.71% -
XYZ 34.74 42.2 17.14 -
YUV 167.31 87.19 128.49 -
System Red Green Blue C M Y K H S L
Decimal 168 181 95 0.07 0 0.48 0.29 69.07 0.37 0.54
Hex A8 B5 5F 7 0 30 1D 45 25 36
Octal 250 265 137 7 0 60 35 105 45 66
Binary 10101000 10110101 1011111 111 0 110000 11101 1000101 100101 110110

Color Harmonies of #A8B55F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B55F

Black with #A8B55F

Text Example


Text Example

White with #A8B55F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B55F; }

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

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

background-color css

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

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

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

border-color css

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

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

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