Html Css Color HEX #9DA093 Delta

📋 copy color: '#9DA093'

red 157 ◦ green 160 ◦ blue 147

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

Shades of Delta #9DA093

Tints of Delta #9DA093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 31.68%

R = 33.84%
G = 34.48%
B = 31.68%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.08

 K value IS 0.37

RGB Variations

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

Color information

#9DA093 (or 0x9DA093) is known color: Delta. HEX triplet: 9D, A0 and 93. RGB value is (157,160,147). Sum of RGB (Red+Green+Blue) = 157+160+147=464 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.84% from 464); Green value is 160 (62.89% from 255 or 34.48% from 464); Blue value is 147 (57.81% from 255 or 31.68% from 464); Max value from RGB is 160 - color contains mainly: green. Hex color #9DA093 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA093 is #625F6C. Grayscale: #9D9D9D. Windows color (decimal): -6446957 or 9674909. OLE color: 9674909.

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

Color convert

RGB 157 160 147 -
CMYK 0.02 0 0.08 0.37
HSL 73.85º 0.06% 0.6% -
HSV(B) 73.85º 0.08% 0.63% -
XYZ 31.74 34.42 32.57 -
YUV 157.62 122.01 127.56 -
System Red Green Blue C M Y K H S L
Decimal 157 160 147 0.02 0 0.08 0.37 73.85 0.06 0.6
Hex 9D A0 93 2 0 8 25 4A 6 3C
Octal 235 240 223 2 0 10 45 112 6 74
Binary 10011101 10100000 10010011 10 0 1000 100101 1001010 110 111100

Color Harmonies of #9DA093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DA093

Black with #9DA093

Text Example


Text Example

White with #9DA093

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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