Html Css Color HEX #9DA295 Delta

📋 copy color: '#9DA295'

red 157 ◦ green 162 ◦ blue 149

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

Shades of Delta #9DA295

Tints of Delta #9DA295

RGB

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

 GREEN value IS 162 (63.67% from 255) = 34.62%

 BLUE value IS 149 (58.59% from 255) = 31.84%

R = 33.55%
G = 34.62%
B = 31.84%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.08

 K value IS 0.36

RGB Variations

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

Color information

#9DA295 (or 0x9DA295) is known color: Delta. HEX triplet: 9D, A2 and 95. RGB value is (157,162,149). Sum of RGB (Red+Green+Blue) = 157+162+149=468 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.55% from 468); Green value is 162 (63.67% from 255 or 34.62% from 468); Blue value is 149 (58.59% from 255 or 31.84% from 468); Max value from RGB is 162 - color contains mainly: green. Hex color #9DA295 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA295 is #625D6A. Grayscale: #9F9F9F. Windows color (decimal): -6446443 or 9806493. OLE color: 9806493.

HSL color Cylindrical-coordinate representation of color #9DA295: hue angle of 83.08º degrees, saturation: 0.07, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9DA295 is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.36.

Color convert

RGB 157 162 149 -
CMYK 0.03 0 0.08 0.36
HSL 83.08º 0.07% 0.61% -
HSV(B) 83.08º 0.08% 0.64% -
XYZ 32.25 35.18 33.52 -
YUV 159.02 122.34 126.56 -
System Red Green Blue C M Y K H S L
Decimal 157 162 149 0.03 0 0.08 0.36 83.08 0.07 0.61
Hex 9D A2 95 3 0 8 24 53 7 3D
Octal 235 242 225 3 0 10 44 123 7 75
Binary 10011101 10100010 10010101 11 0 1000 100100 1010011 111 111101

Color Harmonies of #9DA295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DA295

Black with #9DA295

Text Example


Text Example

White with #9DA295

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,162,149); }

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

background-color css

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

 a { background-color: rgb(157,162,149); }

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

border-color css

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

 span { border-color: rgb(157,162,149); }

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