Html Css Color HEX #A6B265 Green Smoke

📋 copy color: '#A6B265'

red 166 ◦ green 178 ◦ blue 101

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

Shades of Green Smoke #A6B265

Tints of Green Smoke #A6B265

RGB

 RED value IS 166 (65.23% from 255) = 37.3%

 GREEN value IS 178 (69.92% from 255) = 40%

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

R = 37.3%
G = 40%
B = 22.7%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.43

 K value IS 0.30

RGB Variations

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

Color information

#A6B265 (or 0xA6B265) is known color: Green Smoke. HEX triplet: A6, B2 and 65. RGB value is (166,178,101). Sum of RGB (Red+Green+Blue) = 166+178+101=445 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.30% from 445); Green value is 178 (69.92% from 255 or 40% from 445); Blue value is 101 (39.84% from 255 or 22.70% from 445); Max value from RGB is 178 - color contains mainly: green. Hex color #A6B265 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6B265 is #594D9A. Grayscale: #A5A5A5. Windows color (decimal): -5852571 or 6664870. OLE color: 6664870.

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

Color convert

RGB 166 178 101 -
CMYK 0.07 0 0.43 0.30
HSL 69.35º 0.33% 0.55% -
HSV(B) 69.35º 0.43% 0.7% -
XYZ 34 40.89 18.41 -
YUV 165.63 91.52 128.26 -
System Red Green Blue C M Y K H S L
Decimal 166 178 101 0.07 0 0.43 0.30 69.35 0.33 0.55
Hex A6 B2 65 7 0 2B 1E 45 21 37
Octal 246 262 145 7 0 53 36 105 41 67
Binary 10100110 10110010 1100101 111 0 101011 11110 1000101 100001 110111

Color Harmonies of #A6B265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B265

Black with #A6B265

Text Example


Text Example

White with #A6B265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B265; }

 p { color: rgb(166,178,101); }

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

background-color css

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

 a { background-color: rgb(166,178,101); }

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

border-color css

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

 span { border-color: rgb(166,178,101); }

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