Html Css Color HEX #A8B467 Green Smoke

📋 copy color: '#A8B467'

red 168 ◦ green 180 ◦ blue 103

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

Shades of Green Smoke #A8B467

Tints of Green Smoke #A8B467

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 22.84%

R = 37.25%
G = 39.91%
B = 22.84%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.43

 K value IS 0.29

RGB Variations

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

Color information

#A8B467 (or 0xA8B467) is known color: Green Smoke. HEX triplet: A8, B4 and 67. RGB value is (168,180,103). Sum of RGB (Red+Green+Blue) = 168+180+103=451 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.25% from 451); Green value is 180 (70.70% from 255 or 39.91% from 451); Blue value is 103 (40.62% from 255 or 22.84% from 451); Max value from RGB is 180 - color contains mainly: green. Hex color #A8B467 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B467 is #574B98. Grayscale: #A7A7A7. Windows color (decimal): -5720985 or 6796456. OLE color: 6796456.

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

Color convert

RGB 168 180 103 -
CMYK 0.07 0 0.43 0.29
HSL 69.35º 0.34% 0.55% -
HSV(B) 69.35º 0.43% 0.71% -
XYZ 34.92 41.95 19.09 -
YUV 167.63 91.52 128.26 -
System Red Green Blue C M Y K H S L
Decimal 168 180 103 0.07 0 0.43 0.29 69.35 0.34 0.55
Hex A8 B4 67 7 0 2B 1D 45 22 37
Octal 250 264 147 7 0 53 35 105 42 67
Binary 10101000 10110100 1100111 111 0 101011 11101 1000101 100010 110111

Color Harmonies of #A8B467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B467

Black with #A8B467

Text Example


Text Example

White with #A8B467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B467; }

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

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

background-color css

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

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

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

border-color css

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

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

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