Html Css Color HEX #97A28B Delta

📋 copy color: '#97A28B'

red 151 ◦ green 162 ◦ blue 139

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

Shades of Delta #97A28B

Tints of Delta #97A28B

RGB

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

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

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

R = 33.41%
G = 35.84%
B = 30.75%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#97A28B (or 0x97A28B) is known color: Delta. HEX triplet: 97, A2 and 8B. RGB value is (151,162,139). Sum of RGB (Red+Green+Blue) = 151+162+139=452 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.41% from 452); Green value is 162 (63.67% from 255 or 35.84% from 452); Blue value is 139 (54.69% from 255 or 30.75% from 452); Max value from RGB is 162 - color contains mainly: green. Hex color #97A28B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97A28B is #685D74. Grayscale: #9C9C9C. Windows color (decimal): -6839669 or 9151127. OLE color: 9151127.

HSL color Cylindrical-coordinate representation of color #97A28B: hue angle of 88.7º 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 #97A28B is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB 151 162 139 -
CMYK 0.07 0 0.14 0.36
HSL 88.7º 0.11% 0.59% -
HSV(B) 88.7º 0.14% 0.64% -
XYZ 30.34 34.28 29.44 -
YUV 156.09 118.36 124.37 -
System Red Green Blue C M Y K H S L
Decimal 151 162 139 0.07 0 0.14 0.36 88.7 0.11 0.59
Hex 97 A2 8B 7 0 E 24 59 B 3B
Octal 227 242 213 7 0 16 44 131 13 73
Binary 10010111 10100010 10001011 111 0 1110 100100 1011001 1011 111011

Color Harmonies of #97A28B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97A28B

Black with #97A28B

Text Example


Text Example

White with #97A28B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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