Html Css Color HEX #98A18C Delta

📋 copy color: '#98A18C'

red 152 ◦ green 161 ◦ blue 140

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

Shades of Delta #98A18C

Tints of Delta #98A18C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 30.91%

R = 33.55%
G = 35.54%
B = 30.91%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.13

 K value IS 0.37

RGB Variations

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

Color information

#98A18C (or 0x98A18C) is known color: Delta. HEX triplet: 98, A1 and 8C. RGB value is (152,161,140). Sum of RGB (Red+Green+Blue) = 152+161+140=453 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.55% from 453); Green value is 161 (63.28% from 255 or 35.54% from 453); Blue value is 140 (55.08% from 255 or 30.91% from 453); Max value from RGB is 161 - color contains mainly: green. Hex color #98A18C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98A18C is #675E73. Grayscale: #9B9B9B. Windows color (decimal): -6774388 or 9216408. OLE color: 9216408.

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

Color convert

RGB 152 161 140 -
CMYK 0.06 0 0.13 0.37
HSL 85.71º 0.1% 0.59% -
HSV(B) 85.71º 0.13% 0.63% -
XYZ 30.43 34.06 29.78 -
YUV 155.92 119.02 125.21 -
System Red Green Blue C M Y K H S L
Decimal 152 161 140 0.06 0 0.13 0.37 85.71 0.1 0.59
Hex 98 A1 8C 6 0 D 25 56 A 3B
Octal 230 241 214 6 0 15 45 126 12 73
Binary 10011000 10100001 10001100 110 0 1101 100101 1010110 1010 111011

Color Harmonies of #98A18C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98A18C

Black with #98A18C

Text Example


Text Example

White with #98A18C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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