Html Css Color HEX #98A18B Delta

📋 copy color: '#98A18B'

red 152 ◦ green 161 ◦ blue 139

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

Shades of Delta #98A18B

Tints of Delta #98A18B

RGB

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

 GREEN value IS 161 (63.28% from 255) = 35.62%

 BLUE value IS 139 (54.69% from 255) = 30.75%

R = 33.63%
G = 35.62%
B = 30.75%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#98A18B (or 0x98A18B) is known color: Delta. HEX triplet: 98, A1 and 8B. RGB value is (152,161,139). Sum of RGB (Red+Green+Blue) = 152+161+139=452 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.63% from 452); Green value is 161 (63.28% from 255 or 35.62% from 452); Blue value is 139 (54.69% from 255 or 30.75% from 452); Max value from RGB is 161 - color contains mainly: green. Hex color #98A18B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98A18B is #675E74. Grayscale: #9B9B9B. Windows color (decimal): -6774389 or 9150872. OLE color: 9150872.

HSL color Cylindrical-coordinate representation of color #98A18B: hue angle of 84.55º degrees, saturation: 0.1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #98A18B is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB 152 161 139 -
CMYK 0.06 0 0.14 0.37
HSL 84.55º 0.1% 0.59% -
HSV(B) 84.55º 0.14% 0.63% -
XYZ 30.35 34.03 29.39 -
YUV 155.8 118.52 125.29 -
System Red Green Blue C M Y K H S L
Decimal 152 161 139 0.06 0 0.14 0.37 84.55 0.1 0.59
Hex 98 A1 8B 6 0 E 25 55 A 3B
Octal 230 241 213 6 0 16 45 125 12 73
Binary 10011000 10100001 10001011 110 0 1110 100101 1010101 1010 111011

Color Harmonies of #98A18B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98A18B

Black with #98A18B

Text Example


Text Example

White with #98A18B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,161,139); }

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

background-color css

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

 a { background-color: rgb(152,161,139); }

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

border-color css

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

 span { border-color: rgb(152,161,139); }

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