Html Css Color HEX #A8B75F Green Smoke

📋 copy color: '#A8B75F'

red 168 ◦ green 183 ◦ blue 95

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

Shades of Green Smoke #A8B75F

Tints of Green Smoke #A8B75F

RGB

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

 GREEN value IS 183 (71.88% from 255) = 41.03%

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

R = 37.67%
G = 41.03%
B = 21.3%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.48

 K value IS 0.28

RGB Variations

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

Color information

#A8B75F (or 0xA8B75F) is known color: Green Smoke. HEX triplet: A8, B7 and 5F. RGB value is (168,183,95). Sum of RGB (Red+Green+Blue) = 168+183+95=446 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.67% from 446); Green value is 183 (71.88% from 255 or 41.03% from 446); Blue value is 95 (37.5% from 255 or 21.30% from 446); Max value from RGB is 183 - color contains mainly: green. Hex color #A8B75F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B75F is #5748A0. Grayscale: #A8A8A8. Windows color (decimal): -5720225 or 6272936. OLE color: 6272936.

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

Color convert

RGB 168 183 95 -
CMYK 0.08 0 0.48 0.28
HSL 70.23º 0.38% 0.55% -
HSV(B) 70.23º 0.48% 0.72% -
XYZ 35.15 43.02 17.28 -
YUV 168.48 86.53 127.66 -
System Red Green Blue C M Y K H S L
Decimal 168 183 95 0.08 0 0.48 0.28 70.23 0.38 0.55
Hex A8 B7 5F 8 0 30 1C 46 26 37
Octal 250 267 137 10 0 60 34 106 46 67
Binary 10101000 10110111 1011111 1000 0 110000 11100 1000110 100110 110111

Color Harmonies of #A8B75F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B75F

Black with #A8B75F

Text Example


Text Example

White with #A8B75F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B75F; }

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

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

background-color css

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

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

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

border-color css

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

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

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