Html Css Color HEX #98A28A Delta

📋 copy color: '#98A28A'

red 152 ◦ green 162 ◦ blue 138

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

Shades of Delta #98A28A

Tints of Delta #98A28A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 30.53%

R = 33.63%
G = 35.84%
B = 30.53%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#98A28A (or 0x98A28A) is known color: Delta. HEX triplet: 98, A2 and 8A. RGB value is (152,162,138). Sum of RGB (Red+Green+Blue) = 152+162+138=452 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.63% from 452); Green value is 162 (63.67% from 255 or 35.84% from 452); Blue value is 138 (54.30% from 255 or 30.53% from 452); Max value from RGB is 162 - color contains mainly: green. Hex color #98A28A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98A28A is #675D75. Grayscale: #9C9C9C. Windows color (decimal): -6774134 or 9085592. OLE color: 9085592.

HSL color Cylindrical-coordinate representation of color #98A28A: hue angle of 85º degrees, saturation: 0.11, 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 #98A28A is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB 152 162 138 -
CMYK 0.06 0 0.15 0.36
HSL 85º 0.11% 0.59% -
HSV(B) 85º 0.15% 0.64% -
XYZ 30.46 34.35 29.07 -
YUV 156.27 117.69 124.95 -
System Red Green Blue C M Y K H S L
Decimal 152 162 138 0.06 0 0.15 0.36 85 0.11 0.59
Hex 98 A2 8A 6 0 F 24 55 B 3B
Octal 230 242 212 6 0 17 44 125 13 73
Binary 10011000 10100010 10001010 110 0 1111 100100 1010101 1011 111011

Color Harmonies of #98A28A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98A28A

Black with #98A28A

Text Example


Text Example

White with #98A28A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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