Html Css Color HEX #98A25D Green Smoke

📋 copy color: '#98A25D'

red 152 ◦ green 162 ◦ blue 93

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

Shades of Green Smoke #98A25D

Tints of Green Smoke #98A25D

RGB

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

 GREEN value IS 162 (63.67% from 255) = 39.8%

 BLUE value IS 93 (36.72% from 255) = 22.85%

R = 37.35%
G = 39.8%
B = 22.85%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#98A25D (or 0x98A25D) is known color: Green Smoke. HEX triplet: 98, A2 and 5D. RGB value is (152,162,93). Sum of RGB (Red+Green+Blue) = 152+162+93=407 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.35% from 407); Green value is 162 (63.67% from 255 or 39.80% from 407); Blue value is 93 (36.72% from 255 or 22.85% from 407); Max value from RGB is 162 - color contains mainly: green. Hex color #98A25D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98A25D is #675DA2. Grayscale: #979797. Windows color (decimal): -6774179 or 6136472. OLE color: 6136472.

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

Color convert

RGB 152 162 93 -
CMYK 0.06 0 0.43 0.36
HSL 68.7º 0.27% 0.5% -
HSV(B) 68.7º 0.43% 0.64% -
XYZ 27.85 33.31 15.32 -
YUV 151.14 95.19 128.61 -
System Red Green Blue C M Y K H S L
Decimal 152 162 93 0.06 0 0.43 0.36 68.7 0.27 0.5
Hex 98 A2 5D 6 0 2B 24 45 1B 32
Octal 230 242 135 6 0 53 44 105 33 62
Binary 10011000 10100010 1011101 110 0 101011 100100 1000101 11011 110010

Color Harmonies of #98A25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98A25D

Black with #98A25D

Text Example


Text Example

White with #98A25D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,162,93); }

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

background-color css

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

 a { background-color: rgb(152,162,93); }

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

border-color css

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

 span { border-color: rgb(152,162,93); }

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