Html Css Color HEX #9DA199 Delta

📋 copy color: '#9DA199'

red 157 ◦ green 161 ◦ blue 153

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

Shades of Delta #9DA199

Tints of Delta #9DA199

RGB

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

 GREEN value IS 161 (63.28% from 255) = 34.18%

 BLUE value IS 153 (60.16% from 255) = 32.48%

R = 33.33%
G = 34.18%
B = 32.48%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.05

 K value IS 0.37

RGB Variations

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

Color information

#9DA199 (or 0x9DA199) is known color: Delta. HEX triplet: 9D, A1 and 99. RGB value is (157,161,153). Sum of RGB (Red+Green+Blue) = 157+161+153=471 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.33% from 471); Green value is 161 (63.28% from 255 or 34.18% from 471); Blue value is 153 (60.16% from 255 or 32.48% from 471); Max value from RGB is 161 - color contains mainly: green. Hex color #9DA199 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA199 is #625E66. Grayscale: #9E9E9E. Windows color (decimal): -6446695 or 10068381. OLE color: 10068381.

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

Color convert

RGB 157 161 153 -
CMYK 0.02 0 0.05 0.37
HSL 90º 0.04% 0.62% -
HSV(B) 90º 0.05% 0.63% -
XYZ 32.4 34.96 35.18 -
YUV 158.89 124.67 126.65 -
System Red Green Blue C M Y K H S L
Decimal 157 161 153 0.02 0 0.05 0.37 90 0.04 0.62
Hex 9D A1 99 2 0 5 25 5A 4 3E
Octal 235 241 231 2 0 5 45 132 4 76
Binary 10011101 10100001 10011001 10 0 101 100101 1011010 100 111110

Color Harmonies of #9DA199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DA199

Black with #9DA199

Text Example


Text Example

White with #9DA199

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,161,153); }

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

background-color css

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

 a { background-color: rgb(157,161,153); }

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

border-color css

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

 span { border-color: rgb(157,161,153); }

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