Html Css Color HEX #9DB293 Spring Rain

📋 copy color: '#9DB293'

red 157 ◦ green 178 ◦ blue 147

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

Shades of Spring Rain #9DB293

Tints of Spring Rain #9DB293

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.93%

 BLUE value IS 147 (57.81% from 255) = 30.5%

R = 32.57%
G = 36.93%
B = 30.5%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.17

 K value IS 0.30

RGB Variations

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

Color information

#9DB293 (or 0x9DB293) is known color: Spring Rain. HEX triplet: 9D, B2 and 93. RGB value is (157,178,147). Sum of RGB (Red+Green+Blue) = 157+178+147=482 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.57% from 482); Green value is 178 (69.92% from 255 or 36.93% from 482); Blue value is 147 (57.81% from 255 or 30.50% from 482); Max value from RGB is 178 - color contains mainly: green. Hex color #9DB293 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DB293 is #624D6C. Grayscale: #A8A8A8. Windows color (decimal): -6442349 or 9679517. OLE color: 9679517.

HSL color Cylindrical-coordinate representation of color #9DB293: hue angle of 100.65º degrees, saturation: 0.17, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9DB293 is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.30.

Color convert

RGB 157 178 147 -
CMYK 0.12 0 0.17 0.30
HSL 100.65º 0.17% 0.64% -
HSV(B) 100.65º 0.17% 0.7% -
XYZ 35.09 41.12 33.69 -
YUV 168.19 116.04 120.02 -
System Red Green Blue C M Y K H S L
Decimal 157 178 147 0.12 0 0.17 0.30 100.65 0.17 0.64
Hex 9D B2 93 C 0 11 1E 65 11 40
Octal 235 262 223 14 0 21 36 145 21 100
Binary 10011101 10110010 10010011 1100 0 10001 11110 1100101 10001 1000000

Color Harmonies of #9DB293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB293

Black with #9DB293

Text Example


Text Example

White with #9DB293

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,178,147); }

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

background-color css

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

 a { background-color: rgb(157,178,147); }

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

border-color css

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

 span { border-color: rgb(157,178,147); }

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