Html Css Color HEX #98A785 Delta

📋 copy color: '#98A785'

red 152 ◦ green 167 ◦ blue 133

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

Shades of Delta #98A785

Tints of Delta #98A785

RGB

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

 GREEN value IS 167 (65.63% from 255) = 36.95%

 BLUE value IS 133 (52.34% from 255) = 29.42%

R = 33.63%
G = 36.95%
B = 29.42%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#98A785 (or 0x98A785) is known color: Delta. HEX triplet: 98, A7 and 85. RGB value is (152,167,133). Sum of RGB (Red+Green+Blue) = 152+167+133=452 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.63% from 452); Green value is 167 (65.62% from 255 or 36.95% from 452); Blue value is 133 (52.34% from 255 or 29.42% from 452); Max value from RGB is 167 - color contains mainly: green. Hex color #98A785 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98A785 is #67587A. Grayscale: #9E9E9E. Windows color (decimal): -6772859 or 8759192. OLE color: 8759192.

HSL color Cylindrical-coordinate representation of color #98A785: hue angle of 86.47º degrees, saturation: 0.16, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #98A785 is Cyan = 0.09, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB 152 167 133 -
CMYK 0.09 0 0.20 0.35
HSL 86.47º 0.16% 0.59% -
HSV(B) 86.47º 0.2% 0.65% -
XYZ 31 36.01 27.51 -
YUV 158.64 113.53 123.26 -
System Red Green Blue C M Y K H S L
Decimal 152 167 133 0.09 0 0.20 0.35 86.47 0.16 0.59
Hex 98 A7 85 9 0 14 23 56 10 3B
Octal 230 247 205 11 0 24 43 126 20 73
Binary 10011000 10100111 10000101 1001 0 10100 100011 1010110 10000 111011

Color Harmonies of #98A785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98A785

Black with #98A785

Text Example


Text Example

White with #98A785

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,167,133); }

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

background-color css

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

 a { background-color: rgb(152,167,133); }

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

border-color css

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

 span { border-color: rgb(152,167,133); }

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