Html Css Color HEX #A7B962 Green Smoke

📋 copy color: '#A7B962'

red 167 ◦ green 185 ◦ blue 98

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

Shades of Green Smoke #A7B962

Tints of Green Smoke #A7B962

RGB

 RED value IS 167 (65.63% from 255) = 37.11%

 GREEN value IS 185 (72.66% from 255) = 41.11%

 BLUE value IS 98 (38.67% from 255) = 21.78%

R = 37.11%
G = 41.11%
B = 21.78%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#A7B962 (or 0xA7B962) is known color: Green Smoke. HEX triplet: A7, B9 and 62. RGB value is (167,185,98). Sum of RGB (Red+Green+Blue) = 167+185+98=450 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.11% from 450); Green value is 185 (72.66% from 255 or 41.11% from 450); Blue value is 98 (38.67% from 255 or 21.78% from 450); Max value from RGB is 185 - color contains mainly: green. Hex color #A7B962 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7B962 is #58469D. Grayscale: #AAAAAA. Windows color (decimal): -5785246 or 6470055. OLE color: 6470055.

HSL color Cylindrical-coordinate representation of color #A7B962: hue angle of 72.41º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A7B962 is Cyan = 0.10, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB 167 185 98 -
CMYK 0.10 0 0.47 0.27
HSL 72.41º 0.38% 0.55% -
HSV(B) 72.41º 0.47% 0.73% -
XYZ 35.49 43.8 18.14 -
YUV 169.7 87.54 126.07 -
System Red Green Blue C M Y K H S L
Decimal 167 185 98 0.10 0 0.47 0.27 72.41 0.38 0.55
Hex A7 B9 62 A 0 2F 1B 48 26 37
Octal 247 271 142 12 0 57 33 110 46 67
Binary 10100111 10111001 1100010 1010 0 101111 11011 1001000 100110 110111

Color Harmonies of #A7B962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B962

Black with #A7B962

Text Example


Text Example

White with #A7B962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B962; }

 p { color: rgb(167,185,98); }

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

background-color css

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

 a { background-color: rgb(167,185,98); }

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

border-color css

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

 span { border-color: rgb(167,185,98); }

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