Html Css Color HEX #98A28B Delta

📋 copy color: '#98A28B'

red 152 ◦ green 162 ◦ blue 139

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

Shades of Delta #98A28B

Tints of Delta #98A28B

RGB

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

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

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

R = 33.55%
G = 35.76%
B = 30.68%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#98A28B (or 0x98A28B) is known color: Delta. HEX triplet: 98, A2 and 8B. RGB value is (152,162,139). Sum of RGB (Red+Green+Blue) = 152+162+139=453 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.55% from 453); Green value is 162 (63.67% from 255 or 35.76% from 453); Blue value is 139 (54.69% from 255 or 30.68% from 453); Max value from RGB is 162 - color contains mainly: green. Hex color #98A28B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98A28B is #675D74. Grayscale: #9C9C9C. Windows color (decimal): -6774133 or 9151128. OLE color: 9151128.

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

Color convert

RGB 152 162 139 -
CMYK 0.06 0 0.14 0.36
HSL 86.09º 0.11% 0.59% -
HSV(B) 86.09º 0.14% 0.64% -
XYZ 30.53 34.38 29.45 -
YUV 156.39 118.19 124.87 -
System Red Green Blue C M Y K H S L
Decimal 152 162 139 0.06 0 0.14 0.36 86.09 0.11 0.59
Hex 98 A2 8B 6 0 E 24 56 B 3B
Octal 230 242 213 6 0 16 44 126 13 73
Binary 10011000 10100010 10001011 110 0 1110 100100 1010110 1011 111011

Color Harmonies of #98A28B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98A28B

Black with #98A28B

Text Example


Text Example

White with #98A28B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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