Html Css Color HEX #9CB993 Spring Rain

📋 copy color: '#9CB993'

red 156 ◦ green 185 ◦ blue 147

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

Shades of Spring Rain #9CB993

Tints of Spring Rain #9CB993

RGB

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

 GREEN value IS 185 (72.66% from 255) = 37.91%

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

R = 31.97%
G = 37.91%
B = 30.12%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#9CB993 (or 0x9CB993) is known color: Spring Rain. HEX triplet: 9C, B9 and 93. RGB value is (156,185,147). Sum of RGB (Red+Green+Blue) = 156+185+147=488 (64% of max value = 765). Red value is 156 (61.33% from 255 or 31.97% from 488); Green value is 185 (72.66% from 255 or 37.91% from 488); Blue value is 147 (57.81% from 255 or 30.12% from 488); Max value from RGB is 185 - color contains mainly: green. Hex color #9CB993 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CB993 is #63466C. Grayscale: #ACACAC. Windows color (decimal): -6506093 or 9681308. OLE color: 9681308.

HSL color Cylindrical-coordinate representation of color #9CB993: hue angle of 105.79º degrees, saturation: 0.21, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9CB993 is Cyan = 0.16, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB 156 185 147 -
CMYK 0.16 0 0.21 0.27
HSL 105.79º 0.21% 0.65% -
HSV(B) 105.79º 0.21% 0.73% -
XYZ 36.33 43.87 34.16 -
YUV 172 113.89 116.59 -
System Red Green Blue C M Y K H S L
Decimal 156 185 147 0.16 0 0.21 0.27 105.79 0.21 0.65
Hex 9C B9 93 10 0 15 1B 6A 15 41
Octal 234 271 223 20 0 25 33 152 25 101
Binary 10011100 10111001 10010011 10000 0 10101 11011 1101010 10101 1000001

Color Harmonies of #9CB993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB993

Black with #9CB993

Text Example


Text Example

White with #9CB993

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,185,147); }

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

background-color css

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

 a { background-color: rgb(156,185,147); }

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

border-color css

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

 span { border-color: rgb(156,185,147); }

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