Html Css Color HEX #9CB394 Spring Rain

📋 copy color: '#9CB394'

red 156 ◦ green 179 ◦ blue 148

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

Shades of Spring Rain #9CB394

Tints of Spring Rain #9CB394

RGB

 RED value IS 156 (61.33% from 255) = 32.3%

 GREEN value IS 179 (70.31% from 255) = 37.06%

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

R = 32.3%
G = 37.06%
B = 30.64%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.17

 K value IS 0.30

RGB Variations

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

Color information

#9CB394 (or 0x9CB394) is known color: Spring Rain. HEX triplet: 9C, B3 and 94. RGB value is (156,179,148). Sum of RGB (Red+Green+Blue) = 156+179+148=483 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.30% from 483); Green value is 179 (70.31% from 255 or 37.06% from 483); Blue value is 148 (58.20% from 255 or 30.64% from 483); Max value from RGB is 179 - color contains mainly: green. Hex color #9CB394 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CB394 is #634C6B. Grayscale: #A8A8A8. Windows color (decimal): -6507628 or 9745308. OLE color: 9745308.

HSL color Cylindrical-coordinate representation of color #9CB394: hue angle of 104.52º 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 #9CB394 is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.30.

Color convert

RGB 156 179 148 -
CMYK 0.13 0 0.17 0.30
HSL 104.52º 0.17% 0.64% -
HSV(B) 104.52º 0.17% 0.7% -
XYZ 35.18 41.45 34.16 -
YUV 168.59 116.38 119.02 -
System Red Green Blue C M Y K H S L
Decimal 156 179 148 0.13 0 0.17 0.30 104.52 0.17 0.64
Hex 9C B3 94 D 0 11 1E 69 11 40
Octal 234 263 224 15 0 21 36 151 21 100
Binary 10011100 10110011 10010100 1101 0 10001 11110 1101001 10001 1000000

Color Harmonies of #9CB394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB394

Black with #9CB394

Text Example


Text Example

White with #9CB394

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,179,148); }

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

background-color css

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

 a { background-color: rgb(156,179,148); }

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

border-color css

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

 span { border-color: rgb(156,179,148); }

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