Html Css Color HEX #97A18D Delta

📋 copy color: '#97A18D'

red 151 ◦ green 161 ◦ blue 141

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

Shades of Delta #97A18D

Tints of Delta #97A18D

RGB

 RED value IS 151 (59.38% from 255) = 33.33%

 GREEN value IS 161 (63.28% from 255) = 35.54%

 BLUE value IS 141 (55.47% from 255) = 31.13%

R = 33.33%
G = 35.54%
B = 31.13%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.12

 K value IS 0.37

RGB Variations

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

Color information

#97A18D (or 0x97A18D) is known color: Delta. HEX triplet: 97, A1 and 8D. RGB value is (151,161,141). Sum of RGB (Red+Green+Blue) = 151+161+141=453 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.33% from 453); Green value is 161 (63.28% from 255 or 35.54% from 453); Blue value is 141 (55.47% from 255 or 31.13% from 453); Max value from RGB is 161 - color contains mainly: green. Hex color #97A18D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97A18D is #685E72. Grayscale: #9B9B9B. Windows color (decimal): -6839923 or 9281943. OLE color: 9281943.

HSL color Cylindrical-coordinate representation of color #97A18D: hue angle of 90º degrees, saturation: 0.1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #97A18D is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.37.

Color convert

RGB 151 161 141 -
CMYK 0.06 0 0.12 0.37
HSL 90º 0.1% 0.59% -
HSV(B) 90º 0.12% 0.63% -
XYZ 30.32 33.99 30.16 -
YUV 155.73 119.69 124.63 -
System Red Green Blue C M Y K H S L
Decimal 151 161 141 0.06 0 0.12 0.37 90 0.1 0.59
Hex 97 A1 8D 6 0 C 25 5A A 3B
Octal 227 241 215 6 0 14 45 132 12 73
Binary 10010111 10100001 10001101 110 0 1100 100101 1011010 1010 111011

Color Harmonies of #97A18D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97A18D

Black with #97A18D

Text Example


Text Example

White with #97A18D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97A18D; }

 p { color: rgb(151,161,141); }

 H1.HeaderClassName
 {
   color: #97A18D;
 }
 .AnyTagClassName
 {
   color: #97A18D;
 }
</style>

background-color css

<style>
 a { background-color: #97A18D; }

 a { background-color: rgb(151,161,141); }

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

border-color css

<style>
 span { border-color: #97A18D; }

 span { border-color: rgb(151,161,141); }

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