Html Css Color HEX #9DA694 Delta

📋 copy color: '#9DA694'

red 157 ◦ green 166 ◦ blue 148

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

Shades of Delta #9DA694

Tints of Delta #9DA694

RGB

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

 GREEN value IS 166 (65.23% from 255) = 35.24%

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

R = 33.33%
G = 35.24%
B = 31.42%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#9DA694 (or 0x9DA694) is known color: Delta. HEX triplet: 9D, A6 and 94. RGB value is (157,166,148). Sum of RGB (Red+Green+Blue) = 157+166+148=471 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.33% from 471); Green value is 166 (65.23% from 255 or 35.24% from 471); Blue value is 148 (58.20% from 255 or 31.42% from 471); Max value from RGB is 166 - color contains mainly: green. Hex color #9DA694 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA694 is #62596B. Grayscale: #A1A1A1. Windows color (decimal): -6445420 or 9741981. OLE color: 9741981.

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

Color convert

RGB 157 166 148 -
CMYK 0.05 0 0.11 0.35
HSL 90º 0.09% 0.62% -
HSV(B) 90º 0.11% 0.65% -
XYZ 32.89 36.58 33.34 -
YUV 161.26 120.52 124.96 -
System Red Green Blue C M Y K H S L
Decimal 157 166 148 0.05 0 0.11 0.35 90 0.09 0.62
Hex 9D A6 94 5 0 B 23 5A 9 3E
Octal 235 246 224 5 0 13 43 132 11 76
Binary 10011101 10100110 10010100 101 0 1011 100011 1011010 1001 111110

Color Harmonies of #9DA694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DA694

Black with #9DA694

Text Example


Text Example

White with #9DA694

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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