Html Css Color HEX #9DA594 Delta

📋 copy color: '#9DA594'

red 157 ◦ green 165 ◦ blue 148

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

Shades of Delta #9DA594

Tints of Delta #9DA594

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.11%

 BLUE value IS 148 (58.2% from 255) = 31.49%

R = 33.4%
G = 35.11%
B = 31.49%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#9DA594 (or 0x9DA594) is known color: Delta. HEX triplet: 9D, A5 and 94. RGB value is (157,165,148). Sum of RGB (Red+Green+Blue) = 157+165+148=470 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.40% from 470); Green value is 165 (64.84% from 255 or 35.11% from 470); Blue value is 148 (58.20% from 255 or 31.49% from 470); Max value from RGB is 165 - color contains mainly: green. Hex color #9DA594 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA594 is #625A6B. Grayscale: #A0A0A0. Windows color (decimal): -6445676 or 9741725. OLE color: 9741725.

HSL color Cylindrical-coordinate representation of color #9DA594: hue angle of 88.24º degrees, saturation: 0.09, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9DA594 is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB 157 165 148 -
CMYK 0.05 0 0.10 0.35
HSL 88.24º 0.09% 0.61% -
HSV(B) 88.24º 0.1% 0.65% -
XYZ 32.71 36.22 33.28 -
YUV 160.67 120.85 125.38 -
System Red Green Blue C M Y K H S L
Decimal 157 165 148 0.05 0 0.10 0.35 88.24 0.09 0.61
Hex 9D A5 94 5 0 A 23 58 9 3D
Octal 235 245 224 5 0 12 43 130 11 75
Binary 10011101 10100101 10010100 101 0 1010 100011 1011000 1001 111101

Color Harmonies of #9DA594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DA594

Black with #9DA594

Text Example


Text Example

White with #9DA594

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,165,148); }

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

background-color css

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

 a { background-color: rgb(157,165,148); }

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

border-color css

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

 span { border-color: rgb(157,165,148); }

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