Html Css Color HEX #98A461 Green Smoke

📋 copy color: '#98A461'

red 152 ◦ green 164 ◦ blue 97

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

Shades of Green Smoke #98A461

Tints of Green Smoke #98A461

RGB

 RED value IS 152 (59.77% from 255) = 36.8%

 GREEN value IS 164 (64.45% from 255) = 39.71%

 BLUE value IS 97 (38.28% from 255) = 23.49%

R = 36.8%
G = 39.71%
B = 23.49%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#98A461 (or 0x98A461) is known color: Green Smoke. HEX triplet: 98, A4 and 61. RGB value is (152,164,97). Sum of RGB (Red+Green+Blue) = 152+164+97=413 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.80% from 413); Green value is 164 (64.45% from 255 or 39.71% from 413); Blue value is 97 (38.28% from 255 or 23.49% from 413); Max value from RGB is 164 - color contains mainly: green. Hex color #98A461 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98A461 is #675B9E. Grayscale: #999999. Windows color (decimal): -6773663 or 6399128. OLE color: 6399128.

HSL color Cylindrical-coordinate representation of color #98A461: hue angle of 70.75º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #98A461 is Cyan = 0.07, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB 152 164 97 -
CMYK 0.07 0 0.41 0.36
HSL 70.75º 0.27% 0.51% -
HSV(B) 70.75º 0.41% 0.64% -
XYZ 28.38 34.09 16.39 -
YUV 152.77 96.52 127.45 -
System Red Green Blue C M Y K H S L
Decimal 152 164 97 0.07 0 0.41 0.36 70.75 0.27 0.51
Hex 98 A4 61 7 0 29 24 47 1B 33
Octal 230 244 141 7 0 51 44 107 33 63
Binary 10011000 10100100 1100001 111 0 101001 100100 1000111 11011 110011

Color Harmonies of #98A461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98A461

Black with #98A461

Text Example


Text Example

White with #98A461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98A461; }

 p { color: rgb(152,164,97); }

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

background-color css

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

 a { background-color: rgb(152,164,97); }

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

border-color css

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

 span { border-color: rgb(152,164,97); }

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