Html Css Color HEX #A6B25F Green Smoke

📋 copy color: '#A6B25F'

red 166 ◦ green 178 ◦ blue 95

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

Shades of Green Smoke #A6B25F

Tints of Green Smoke #A6B25F

RGB

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

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

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

R = 37.81%
G = 40.55%
B = 21.64%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#A6B25F (or 0xA6B25F) is known color: Green Smoke. HEX triplet: A6, B2 and 5F. RGB value is (166,178,95). Sum of RGB (Red+Green+Blue) = 166+178+95=439 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.81% from 439); Green value is 178 (69.92% from 255 or 40.55% from 439); Blue value is 95 (37.5% from 255 or 21.64% from 439); Max value from RGB is 178 - color contains mainly: green. Hex color #A6B25F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6B25F is #594DA0. Grayscale: #A5A5A5. Windows color (decimal): -5852577 or 6271654. OLE color: 6271654.

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

Color convert

RGB 166 178 95 -
CMYK 0.07 0 0.47 0.30
HSL 68.67º 0.35% 0.54% -
HSV(B) 68.67º 0.47% 0.7% -
XYZ 33.71 40.77 16.92 -
YUV 164.95 88.52 128.75 -
System Red Green Blue C M Y K H S L
Decimal 166 178 95 0.07 0 0.47 0.30 68.67 0.35 0.54
Hex A6 B2 5F 7 0 2F 1E 45 23 36
Octal 246 262 137 7 0 57 36 105 43 66
Binary 10100110 10110010 1011111 111 0 101111 11110 1000101 100011 110110

Color Harmonies of #A6B25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B25F

Black with #A6B25F

Text Example


Text Example

White with #A6B25F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B25F; }

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

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

background-color css

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

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

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

border-color css

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

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

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