Html Css Color HEX #9FBA93 Spring Rain

📋 copy color: '#9FBA93'

red 159 ◦ green 186 ◦ blue 147

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

Shades of Spring Rain #9FBA93

Tints of Spring Rain #9FBA93

RGB

 RED value IS 159 (62.5% from 255) = 32.32%

 GREEN value IS 186 (73.05% from 255) = 37.8%

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

R = 32.32%
G = 37.8%
B = 29.88%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#9FBA93 (or 0x9FBA93) is known color: Spring Rain. HEX triplet: 9F, BA and 93. RGB value is (159,186,147). Sum of RGB (Red+Green+Blue) = 159+186+147=492 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.32% from 492); Green value is 186 (73.05% from 255 or 37.80% from 492); Blue value is 147 (57.81% from 255 or 29.88% from 492); Max value from RGB is 186 - color contains mainly: green. Hex color #9FBA93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBA93 is #60456C. Grayscale: #ADADAD. Windows color (decimal): -6309229 or 9681567. OLE color: 9681567.

HSL color Cylindrical-coordinate representation of color #9FBA93: hue angle of 101.54º degrees, saturation: 0.22, 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 #9FBA93 is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB 159 186 147 -
CMYK 0.15 0 0.21 0.27
HSL 101.54º 0.22% 0.65% -
HSV(B) 101.54º 0.21% 0.73% -
XYZ 37.12 44.6 34.25 -
YUV 173.48 113.05 117.67 -
System Red Green Blue C M Y K H S L
Decimal 159 186 147 0.15 0 0.21 0.27 101.54 0.22 0.65
Hex 9F BA 93 F 0 15 1B 66 16 41
Octal 237 272 223 17 0 25 33 146 26 101
Binary 10011111 10111010 10010011 1111 0 10101 11011 1100110 10110 1000001

Color Harmonies of #9FBA93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBA93

Black with #9FBA93

Text Example


Text Example

White with #9FBA93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,186,147); }

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

background-color css

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

 a { background-color: rgb(159,186,147); }

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

border-color css

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

 span { border-color: rgb(159,186,147); }

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