Html Css Color HEX #9DA09B Delta

📋 copy color: '#9DA09B'

red 157 ◦ green 160 ◦ blue 155

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

Shades of Delta #9DA09B

Tints of Delta #9DA09B

RGB

 RED value IS 157 (61.72% from 255) = 33.26%

 GREEN value IS 160 (62.89% from 255) = 33.9%

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

R = 33.26%
G = 33.9%
B = 32.84%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.03

 K value IS 0.37

RGB Variations

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

Color information

#9DA09B (or 0x9DA09B) is known color: Delta. HEX triplet: 9D, A0 and 9B. RGB value is (157,160,155). Sum of RGB (Red+Green+Blue) = 157+160+155=472 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.26% from 472); Green value is 160 (62.89% from 255 or 33.90% from 472); Blue value is 155 (60.94% from 255 or 32.84% from 472); Max value from RGB is 160 - color contains mainly: green. Hex color #9DA09B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA09B is #625F64. Grayscale: #9E9E9E. Windows color (decimal): -6446949 or 10199197. OLE color: 10199197.

HSL color Cylindrical-coordinate representation of color #9DA09B: hue angle of 96º degrees, saturation: 0.03, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #9DA09B is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.37.

Color convert

RGB 157 160 155 -
CMYK 0.02 0 0.03 0.37
HSL 96º 0.03% 0.62% -
HSV(B) 96º 0.03% 0.63% -
XYZ 32.39 34.68 36 -
YUV 158.53 126.01 126.91 -
System Red Green Blue C M Y K H S L
Decimal 157 160 155 0.02 0 0.03 0.37 96 0.03 0.62
Hex 9D A0 9B 2 0 3 25 60 3 3E
Octal 235 240 233 2 0 3 45 140 3 76
Binary 10011101 10100000 10011011 10 0 11 100101 1100000 11 111110

Color Harmonies of #9DA09B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DA09B

Black with #9DA09B

Text Example


Text Example

White with #9DA09B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9DA09B; }

 p { color: rgb(157,160,155); }

 H1.HeaderClassName
 {
   color: #9DA09B;
 }
 .AnyTagClassName
 {
   color: #9DA09B;
 }
</style>

background-color css

<style>
 a { background-color: #9DA09B; }

 a { background-color: rgb(157,160,155); }

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

border-color css

<style>
 span { border-color: #9DA09B; }

 span { border-color: rgb(157,160,155); }

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