Html Css Color HEX #9DA294 Delta

📋 copy color: '#9DA294'

red 157 ◦ green 162 ◦ blue 148

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

Shades of Delta #9DA294

Tints of Delta #9DA294

RGB

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

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

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

R = 33.62%
G = 34.69%
B = 31.69%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#9DA294 (or 0x9DA294) is known color: Delta. HEX triplet: 9D, A2 and 94. RGB value is (157,162,148). Sum of RGB (Red+Green+Blue) = 157+162+148=467 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.62% from 467); Green value is 162 (63.67% from 255 or 34.69% from 467); Blue value is 148 (58.20% from 255 or 31.69% from 467); Max value from RGB is 162 - color contains mainly: green. Hex color #9DA294 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA294 is #625D6B. Grayscale: #9E9E9E. Windows color (decimal): -6446444 or 9740957. OLE color: 9740957.

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

Color convert

RGB 157 162 148 -
CMYK 0.03 0 0.09 0.36
HSL 81.43º 0.07% 0.61% -
HSV(B) 81.43º 0.09% 0.64% -
XYZ 32.17 35.15 33.11 -
YUV 158.91 121.84 126.64 -
System Red Green Blue C M Y K H S L
Decimal 157 162 148 0.03 0 0.09 0.36 81.43 0.07 0.61
Hex 9D A2 94 3 0 9 24 51 7 3D
Octal 235 242 224 3 0 11 44 121 7 75
Binary 10011101 10100010 10010100 11 0 1001 100100 1010001 111 111101

Color Harmonies of #9DA294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DA294

Black with #9DA294

Text Example


Text Example

White with #9DA294

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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