Html Css Color HEX #98A38F Delta

📋 copy color: '#98A38F'

red 152 ◦ green 163 ◦ blue 143

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

Shades of Delta #98A38F

Tints of Delta #98A38F

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.59%

 BLUE value IS 143 (56.25% from 255) = 31.22%

R = 33.19%
G = 35.59%
B = 31.22%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#98A38F (or 0x98A38F) is known color: Delta. HEX triplet: 98, A3 and 8F. RGB value is (152,163,143). Sum of RGB (Red+Green+Blue) = 152+163+143=458 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.19% from 458); Green value is 163 (64.06% from 255 or 35.59% from 458); Blue value is 143 (56.25% from 255 or 31.22% from 458); Max value from RGB is 163 - color contains mainly: green. Hex color #98A38F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98A38F is #675C70. Grayscale: #9D9D9D. Windows color (decimal): -6773873 or 9413528. OLE color: 9413528.

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

Color convert

RGB 152 163 143 -
CMYK 0.07 0 0.12 0.36
HSL 93º 0.1% 0.6% -
HSV(B) 93º 0.12% 0.64% -
XYZ 31 34.85 31.08 -
YUV 157.43 119.86 124.13 -
System Red Green Blue C M Y K H S L
Decimal 152 163 143 0.07 0 0.12 0.36 93 0.1 0.6
Hex 98 A3 8F 7 0 C 24 5D A 3C
Octal 230 243 217 7 0 14 44 135 12 74
Binary 10011000 10100011 10001111 111 0 1100 100100 1011101 1010 111100

Color Harmonies of #98A38F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98A38F

Black with #98A38F

Text Example


Text Example

White with #98A38F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,163,143); }

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

background-color css

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

 a { background-color: rgb(152,163,143); }

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

border-color css

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

 span { border-color: rgb(152,163,143); }

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