Html Css Color HEX #A8B470 Green Smoke

📋 copy color: '#A8B470'

red 168 ◦ green 180 ◦ blue 112

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

Shades of Green Smoke #A8B470

Tints of Green Smoke #A8B470

RGB

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

 GREEN value IS 180 (70.7% from 255) = 39.13%

 BLUE value IS 112 (44.14% from 255) = 24.35%

R = 36.52%
G = 39.13%
B = 24.35%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#A8B470 (or 0xA8B470) is known color: Green Smoke. HEX triplet: A8, B4 and 70. RGB value is (168,180,112). Sum of RGB (Red+Green+Blue) = 168+180+112=460 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.52% from 460); Green value is 180 (70.70% from 255 or 39.13% from 460); Blue value is 112 (44.14% from 255 or 24.35% from 460); Max value from RGB is 180 - color contains mainly: green. Hex color #A8B470 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B470 is #574B8F. Grayscale: #A8A8A8. Windows color (decimal): -5720976 or 7386280. OLE color: 7386280.

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

Color convert

RGB 168 180 112 -
CMYK 0.07 0 0.38 0.29
HSL 70.59º 0.31% 0.57% -
HSV(B) 70.59º 0.38% 0.71% -
XYZ 35.39 42.14 21.6 -
YUV 168.66 96.02 127.53 -
System Red Green Blue C M Y K H S L
Decimal 168 180 112 0.07 0 0.38 0.29 70.59 0.31 0.57
Hex A8 B4 70 7 0 26 1D 47 1F 39
Octal 250 264 160 7 0 46 35 107 37 71
Binary 10101000 10110100 1110000 111 0 100110 11101 1000111 11111 111001

Color Harmonies of #A8B470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B470

Black with #A8B470

Text Example


Text Example

White with #A8B470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B470; }

 p { color: rgb(168,180,112); }

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

background-color css

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

 a { background-color: rgb(168,180,112); }

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

border-color css

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

 span { border-color: rgb(168,180,112); }

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