Html Css Color HEX #98A29B Edward

📋 copy color: '#98A29B'

red 152 ◦ green 162 ◦ blue 155

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

Shades of Edward #98A29B

Tints of Edward #98A29B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 33.05%

R = 32.41%
G = 34.54%
B = 33.05%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#98A29B (or 0x98A29B) is known color: Edward. HEX triplet: 98, A2 and 9B. RGB value is (152,162,155). Sum of RGB (Red+Green+Blue) = 152+162+155=469 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.41% from 469); Green value is 162 (63.67% from 255 or 34.54% from 469); Blue value is 155 (60.94% from 255 or 33.05% from 469); Max value from RGB is 162 - color contains mainly: green. Hex color #98A29B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98A29B is #675D64. Grayscale: #9E9E9E. Windows color (decimal): -6774117 or 10199704. OLE color: 10199704.

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

Color convert

RGB 152 162 155 -
CMYK 0.06 0 0.04 0.36
HSL 138º 0.05% 0.62% -
HSV(B) 138º 0.06% 0.64% -
XYZ 31.79 34.88 36.07 -
YUV 158.21 126.19 123.57 -
System Red Green Blue C M Y K H S L
Decimal 152 162 155 0.06 0 0.04 0.36 138 0.05 0.62
Hex 98 A2 9B 6 0 4 24 8A 5 3E
Octal 230 242 233 6 0 4 44 212 5 76
Binary 10011000 10100010 10011011 110 0 100 100100 10001010 101 111110

Color Harmonies of #98A29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98A29B

Black with #98A29B

Text Example


Text Example

White with #98A29B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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