Html Css Color HEX #9FBE92 Spring Rain

📋 copy color: '#9FBE92'

red 159 ◦ green 190 ◦ blue 146

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

Shades of Spring Rain #9FBE92

Tints of Spring Rain #9FBE92

RGB

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

 GREEN value IS 190 (74.61% from 255) = 38.38%

 BLUE value IS 146 (57.42% from 255) = 29.49%

R = 32.12%
G = 38.38%
B = 29.49%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#9FBE92 (or 0x9FBE92) is known color: Spring Rain. HEX triplet: 9F, BE and 92. RGB value is (159,190,146). Sum of RGB (Red+Green+Blue) = 159+190+146=495 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.12% from 495); Green value is 190 (74.61% from 255 or 38.38% from 495); Blue value is 146 (57.42% from 255 or 29.49% from 495); Max value from RGB is 190 - color contains mainly: green. Hex color #9FBE92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBE92 is #60416D. Grayscale: #AFAFAF. Windows color (decimal): -6308206 or 9617055. OLE color: 9617055.

HSL color Cylindrical-coordinate representation of color #9FBE92: hue angle of 102.27º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9FBE92 is Cyan = 0.16, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB 159 190 146 -
CMYK 0.16 0 0.23 0.25
HSL 102.27º 0.25% 0.66% -
HSV(B) 102.27º 0.23% 0.75% -
XYZ 37.9 46.27 34.13 -
YUV 175.72 111.23 116.08 -
System Red Green Blue C M Y K H S L
Decimal 159 190 146 0.16 0 0.23 0.25 102.27 0.25 0.66
Hex 9F BE 92 10 0 17 19 66 19 42
Octal 237 276 222 20 0 27 31 146 31 102
Binary 10011111 10111110 10010010 10000 0 10111 11001 1100110 11001 1000010

Color Harmonies of #9FBE92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBE92

Black with #9FBE92

Text Example


Text Example

White with #9FBE92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,190,146); }

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

background-color css

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

 a { background-color: rgb(159,190,146); }

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

border-color css

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

 span { border-color: rgb(159,190,146); }

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