Html Css Color HEX #98A38B Delta

📋 copy color: '#98A38B'

red 152 ◦ green 163 ◦ blue 139

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

Shades of Delta #98A38B

Tints of Delta #98A38B

RGB

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

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

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

R = 33.48%
G = 35.9%
B = 30.62%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#98A38B (or 0x98A38B) is known color: Delta. HEX triplet: 98, A3 and 8B. RGB value is (152,163,139). Sum of RGB (Red+Green+Blue) = 152+163+139=454 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.48% from 454); Green value is 163 (64.06% from 255 or 35.90% from 454); Blue value is 139 (54.69% from 255 or 30.62% from 454); Max value from RGB is 163 - color contains mainly: green. Hex color #98A38B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98A38B is #675C74. Grayscale: #9D9D9D. Windows color (decimal): -6773877 or 9151384. OLE color: 9151384.

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

Color convert

RGB 152 163 139 -
CMYK 0.07 0 0.15 0.36
HSL 87.5º 0.12% 0.59% -
HSV(B) 87.5º 0.15% 0.64% -
XYZ 30.71 34.73 29.51 -
YUV 156.98 117.86 124.45 -
System Red Green Blue C M Y K H S L
Decimal 152 163 139 0.07 0 0.15 0.36 87.5 0.12 0.59
Hex 98 A3 8B 7 0 F 24 57 C 3B
Octal 230 243 213 7 0 17 44 127 14 73
Binary 10011000 10100011 10001011 111 0 1111 100100 1010111 1100 111011

Color Harmonies of #98A38B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98A38B

Black with #98A38B

Text Example


Text Example

White with #98A38B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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