Html Css Color HEX #A8B465 Green Smoke

📋 copy color: '#A8B465'

red 168 ◦ green 180 ◦ blue 101

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

Shades of Green Smoke #A8B465

Tints of Green Smoke #A8B465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 22.49%

R = 37.42%
G = 40.09%
B = 22.49%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#A8B465 (or 0xA8B465) is known color: Green Smoke. HEX triplet: A8, B4 and 65. RGB value is (168,180,101). Sum of RGB (Red+Green+Blue) = 168+180+101=449 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.42% from 449); Green value is 180 (70.70% from 255 or 40.09% from 449); Blue value is 101 (39.84% from 255 or 22.49% from 449); Max value from RGB is 180 - color contains mainly: green. Hex color #A8B465 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B465 is #574B9A. Grayscale: #A7A7A7. Windows color (decimal): -5720987 or 6665384. OLE color: 6665384.

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

Color convert

RGB 168 180 101 -
CMYK 0.07 0 0.44 0.29
HSL 69.11º 0.34% 0.55% -
HSV(B) 69.11º 0.44% 0.71% -
XYZ 34.82 41.91 18.57 -
YUV 167.41 90.52 128.42 -
System Red Green Blue C M Y K H S L
Decimal 168 180 101 0.07 0 0.44 0.29 69.11 0.34 0.55
Hex A8 B4 65 7 0 2C 1D 45 22 37
Octal 250 264 145 7 0 54 35 105 42 67
Binary 10101000 10110100 1100101 111 0 101100 11101 1000101 100010 110111

Color Harmonies of #A8B465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B465

Black with #A8B465

Text Example


Text Example

White with #A8B465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B465; }

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

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

background-color css

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

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

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

border-color css

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

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

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